-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIntegrated_Code_Fire.code-workspace
More file actions
36 lines (36 loc) · 904 Bytes
/
Integrated_Code_Fire.code-workspace
File metadata and controls
36 lines (36 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"folders": [
{
"path": "."
}
],
"settings": {
"git.ignoreLimitWarning": true,
"cSpell.customDictionaries": {
"custom": true, // Enable the `custom` dictionary
"internal-terms": false, // Disable the `internal-terms` dictionary
"project-words": {
"addWords": true,
"description": "Words used in this workspace.",
"name": "project-words",
"path": "${workspaceFolder}/.vscode/code-spell-dictionary-workspace.txt"
},
"user-words": {
"addWords": true,
"description": "Words used by this user profile.",
"name": "user-words",
"path": "${env:APPDATA}/Code Spell Checker/code-spell-dictionary-user.txt"
}
},
},
"extensions": {
"recommendations": [
"streetsidesoftware.code-spell-checker",
"editorconfig.editorconfig",
"ctcuff.font-preview",
"ms-python.isort",
"davidanson.vscode-markdownlint",
"tombi-toml.tombi"
]
}
}