-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcSpell.json
56 lines (56 loc) · 1.25 KB
/
cSpell.json
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"version": "0.2",
"language": "en-US",
"flagWords": [
"hte"
],
"ignorePaths": [
"node_modules",
"package-lock.json",
"*.lock",
"yarn.lock",
"npm-shrinkwrap.json",
"*.log",
".git",
"coverage",
"temp",
"languageCodes.ts",
"samples",
".vscodeignore",
"cSpell.json",
"fixtures/workspaces/**",
"**/__snapshots__/**",
"*.vsix",
"packages/*/dist/**",
"packages/client/settingsViewer/**",
"packages/client/resources/**",
"packages/client/samples/**",
"packages/client/server/**",
"packages/_server/sampleSourceFiles/**",
"**/server.js",
"**/server/**/*.js",
"testFixtures"
],
"ignoreWords": [],
"dictionaryDefinitions": [
{
"name": "cspell-words",
"addWords": true,
"scope": [
"folder",
"workspace"
],
"path": "./cspell-words.txt"
}
],
"dictionaries": [
"cities",
"cspell-words"
],
"languageSettings": [
{
"languageId": "*",
"allowCompoundWords": false
}
]
}