-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpapyrus-index.code-workspace
executable file
·49 lines (49 loc) · 1.21 KB
/
papyrus-index.code-workspace
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
{
"folders": [
{
"path": "."
}
],
"settings": {
"cSpell.customDictionaries": {
"brand": {
"name": "Papyrus Terminology",
"path": "${workspaceFolder}/.vscode/cspell/papyrus-terminology.cspell",
"addWords": true,
"scope": "workspace"
},
"extended": {
"name": "Extended English",
"path": "${workspaceFolder}/.vscode/cspell/extended-english.cspell",
"addWords": true,
"scope": "workspace"
},
"names": {
"name": "Names",
"path": "${workspaceFolder}/.vscode/cspell/names.cspell",
"addWords": true,
"scope": "workspace"
},
"acceptable-slang": {
"name": "Acceptable Slang",
"path": "${workspaceFolder}/.vscode/cspell/acceptable-slang.cspell",
"addWords": true,
"scope": "workspace"
},
},
"cSpell.ignorePaths": [
"package-lock.json",
"node_modules",
"vscode-extension",
".git/{info,lfs,logs,refs,objects}/**",
".git/{index,*refs,*HEAD}",
".vscode",
".vscode-insiders",
"*.psc",
"test.json",
"pnpm-lock.yaml"
],
"typescript.tsdk": "node_modules\\typescript\\lib",
"commentAnchors.workspace.excludeFiles": "**/{node_modules,.git,.idea,target,out,build,bin,obj,dist,vendor,src/external/xml.js}/**/*"
},
}