Vscode-spell-checker: Unnecessary creation of .vscode folder

Created on 12 Jun 2019  路  1Comment  路  Source: streetsidesoftware/vscode-spell-checker

Whenever a word is added to folder dictionary (through the Show fixes command > Add: <unrecognised-word> to folder dictionary), a dot folder .vscode is getting created under the project folder. In this folder, a settings.json is getting created and the added words are getting appended here.

Is it not creation of this dot folder and file unncessary duplication? Because the same word is added to cspell.json and also to Notes.code-workspace, both under the project folder (which had already been mentioned here).

enhancement

Most helpful comment

VS Code is creating the .vscode folder. But I can check to see if a cspell.json file exists to avoid having VS Code create the .vscode/settings.json file.

>All comments

VS Code is creating the .vscode folder. But I can check to see if a cspell.json file exists to avoid having VS Code create the .vscode/settings.json file.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lucamartinetti picture lucamartinetti  路  3Comments

xwang233 picture xwang233  路  4Comments

ghost picture ghost  路  6Comments

gandalfsaxe picture gandalfsaxe  路  6Comments

ili101 picture ili101  路  3Comments