1
2
3
4
5
6
7
8
9
10
11
12
13
14
| {
| "editor.formatOnSave": true,
| "files.autoSave": "afterDelay",
| "files.autoSaveWhenNoErrors": true,
| "files.autoSaveWorkspaceFilesOnly": true,
| "cSpell.customDictionaries": {
| "custom-dictionary-workspace": {
| "name": "custom-dictionary-workspace",
| "path": "${workspaceFolder:gohugo-theme-ananke}/.vscode/custom-dictionary.txt",
| "addWords": true,
| "scope": "workspace"
| }
| }
| }
|
|