bartosz-antosik / vscode-spellright

Multilingual, Offline and Lightweight Spellchecker for Visual Studio Code
Other
359 stars 36 forks source link

Sync spellcheck.dict to git? #294

Open klihelp opened 5 years ago

klihelp commented 5 years ago

What is the best way to store spellcheck custom dictionary files and sync to vscode space?

bartosz-antosik commented 5 years ago

Hi! Hmmm... Truly I do not know. The idea was to have a hierarchy of dictionaries & to choose things that are supposed to be either system wide or workspace bound.

Also do I understand your request correctly? You need to sync it to GIT or between workspaces?

klihelp commented 5 years ago

To store custom dictionary within a project, eg as part of .vscode directory.