You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this extension hasn't been touched in a while but we would like to use it more within Yahoo. A couple of enhancements to consider:
Do not require a root level atomizer.json file. In our project setups, the atomizer file is typically in a nested directory. We cannot rely on it being at the root. Ideally, this extension wouldn't need any activation event besides when a user is editing in one of the defined snippet files.
Support more snippet languages. Not sure if this works, but we use marko for templating and it would be good to have access to the extension when modifying the file.
Ensure extension is using latest ruleset from the atomizer NPM package. The snippets list is static today, would be nice to generate this at build time.
The text was updated successfully, but these errors were encountered:
@pankajparashar-zz @src-code
I know this extension hasn't been touched in a while but we would like to use it more within Yahoo. A couple of enhancements to consider:
atomizer.json
file. In our project setups, the atomizer file is typically in a nested directory. We cannot rely on it being at the root. Ideally, this extension wouldn't need any activation event besides when a user is editing in one of the defined snippet files.The text was updated successfully, but these errors were encountered: