-
Notifications
You must be signed in to change notification settings - Fork 0
/
bzs-sdks.code-workspace
47 lines (45 loc) · 1.19 KB
/
bzs-sdks.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
{
"folders": [{ "name": "{ BizStream Sdks }", "path": "." }],
"settings": {
"cSpell.words": ["Kentico", "Xperience",],
"cSpell.ignorePaths": [
"**/package-lock.json",
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/objects/**",
".vscode",
".vscode-insiders",
"*.code-workspace",
"azure-pipelines.yml"
],
"csharp.referencesCodeLens.enabled": false,
"editor.codeLens": false,
"editor.tabSize": 4,
"javascript.validate.enable": false,
"omnisharp.autoStart": true,
"omnisharp.enableEditorConfigSupport": true,
"omnisharp.enableRoslynAnalyzers": true,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/*.csproj.user": true,
"**/.vs/": true,
"**/bin/": true,
"**/node_modules/": true,
"**/obj/": true,
},
"razor.format.enable": true,
"razor.trace": "Messages",
},
"extensions": {
"recommendations": [
"editorconfig.editorconfig",
"fernandoescolar.vscode-solution-explorer",
"ms-dotnettools.csharp",
"streetsidesoftware.code-spell-checker"
]
}
}