-
Notifications
You must be signed in to change notification settings - Fork 8
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
Adding own language breaks with version 0.3.0 #24
Comments
Through some research I could find out, that removing the doubl quotes from your extension.json file might be the issue, as the VS Code settings.json only accepts double quotes keys and my language can't be found anymore by your package |
Removing the double quotes shouldn't break anything as |
Actually, this is most likely because when a new version of the extension is installed, it overwrites the previous. This will overwrite any languages added through the extension setting. For now, by modifying the |
This should be fixed in |
Hello, However, no success. The only thing that worked was modifying your extension.json and adding my language manually there (without double quotes), then I could use it. |
And for all my team mates the same error appears |
Sorry I missed this. So updating to |
Hi, so I checked again and somehow when updating your package a reinstallation of my custom language package is necessary, but I could not figure out why. |
When upgrading the package to version 0.3.0 adding my own language called docgen breaks:
I did not change anything on my langauge and added is via the VS code settings.json:
However, using built-in languages does still work.
Therefore, do I need to modify anything within my custom language?
The text was updated successfully, but these errors were encountered: