-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDocumentation.code-workspace
More file actions
49 lines (49 loc) · 1.06 KB
/
Documentation.code-workspace
File metadata and controls
49 lines (49 loc) · 1.06 KB
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": ".",
"name": "Documentation Root"
}
],
"settings": {
"window.border": "blue",
"cSpell.words": [
"Backdoors",
"Entra",
"Intune",
"Lockdown",
"Mgmt",
"microsegmentation",
"mkdocs",
"offboarding",
"openapi",
"pymdownx",
"Regedit",
"Ryzen",
"Strikethrough",
"superfences",
"unattend",
"unmanaged"
],
"files.exclude": {
"site": true,
".github": true,
".gitignore": true,
"Documentation.code-workspace": true
},
"powershell.codeFormatting.avoidSemicolonsAsLineTerminators": true,
"powershell.codeFormatting.autoCorrectAliases": true,
"powershell.codeFormatting.preset": "OTBS",
"powershell.codeFormatting.trimWhitespaceAroundPipe": true,
"powershell.codeFormatting.useConstantStrings": true,
"powershell.codeFormatting.useCorrectCasing": true,
"powershell.codeFormatting.whitespaceBetweenParameters": true,
"editor.formatOnSave": true
},
"extensions": {
"recommendations": [
"streetsidesoftware.code-spell-checker",
"DavidAnson.vscode-markdownlint"
]
}
}