-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
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
VSCODE - not working in js files #27
Comments
I think vscode has this functionality baked in already. |
Yes, uninstall it. I ran into this issue when trying to get various JSDoc extensions working. I didn't realize you don't either a JSdoc plugin or multiline line comment plugin anymore, because they are baked in VScode now See https://code.visualstudio.com/docs/languages/javascript#_jsdoc-support. |
Because this extension is now not maintained, I've created a new extension as a fork from this one. This issue is resolved in my forked repo and you can install the plugin here https://marketplace.visualstudio.com/items?itemName=yCodeTech.automatic-comment-blocks I'm in the process of going through all these issues, and trying to rectify them in my extension. |
Just installed in vscode and not working in js files. But it's ok in sass files.
Why?
The text was updated successfully, but these errors were encountered: