-
-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: thoughts on changes to settings.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Settings | ||
|
||
Settings, Configuration, and Preferences | ||
|
||
## `cSpell.configLocation` | ||
A resource level setting that specifies the location of the `cspell.json` file. | ||
|
||
## `cSpell.userWordsUrl`, `cSpell.wordsUrl`, `cSpell.ignoreWordsUrl` | ||
|
||
|
||
## Raw Notes | ||
|
||
* need setting to indicate that settings should use `cspell.json` by default. | ||
* need to be able to specify the location of user words, words, ignore words, and forbid words. | ||
* would like to have a format for a single list of words that represents words / ignore / forbid. | ||
* Use the format for cspell 5 | ||
* `!` indicates forbidden | ||
* `+` indicates compound required | ||
* `*` indicates optional compound | ||
* ` ` (don't know yet) indicates do not suggest. |