We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Want to implement something similar to #1413 for snippet syntax.
The above-mentioned change made referencing custom formatters a lot more logical. Before:
# an npm package --format node_modules/some-formatter-package/index.js # a project-local file --format formatter.js
After:
# an npm package --format some-formatter-package # a project-local file --format ./formatter.js
We want it to work the same way for custom snippet syntaxes, but it's technically a breaking change so should probably wait for 8.0.0.
The text was updated successfully, but these errors were encountered:
@charlierudolph may I let you qualify that issue using labels?
Also if you could add some context and/or description, that would be great 😄
Sorry, something went wrong.
@aurelien-reeves updated!
davidjgoss
Successfully merging a pull request may close this issue.
Want to implement something similar to #1413 for snippet syntax.
The above-mentioned change made referencing custom formatters a lot more logical. Before:
After:
We want it to work the same way for custom snippet syntaxes, but it's technically a breaking change so should probably wait for 8.0.0.
The text was updated successfully, but these errors were encountered: