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 have fixed this "issue" myself locally and wanted to share since there is no guide of how to contribute to the project.
package.json > "contributes" > "languages" add a line on the same level as "id", "extensions", and "aliases" (remember about a comma in the line above).
"configuration": "./language-configuration.json"
In the root directory create language-configuration.json:
I have fixed this "issue" myself locally and wanted to share since there is no guide of how to contribute to the project.
The text was updated successfully, but these errors were encountered: