-
Notifications
You must be signed in to change notification settings - Fork 9
/
NxWitness.code-workspace
86 lines (86 loc) · 1.34 KB
/
NxWitness.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"folders": [
{
"path": "."
}
],
"settings": {
"cSpell.words": [
"adduser",
"appdata",
"autoremove",
"btrfs",
"BUILDPLATFORM",
"buildx",
"cloudhost",
"Composefile",
"digitalwatchdog",
"dockerenv",
"domainname",
"dwspectrum",
"filesystems",
"Hanwha",
"IPVMS",
"kinnairdclan",
"lsio",
"lsiobase",
"mediaserver",
"metavms",
"Moby",
"networkoptix",
"Newtonsoft",
"noatime",
"nodev",
"noninteractive",
"NOPASSWD",
"nosuid",
"nvrpool",
"NXMETA",
"nxvms",
"NXWITNESS",
"Optix",
"PGID",
"Pieter",
"posixacl",
"PUID",
"relatime",
"Repot",
"schemamatrix",
"schemaversion",
"Serilog",
"shfs",
"Signup",
"ssdpool",
"subvol",
"subvolid",
"TARGETARCH",
"TARGETPLATFORM",
"tmpfs",
"trunc",
"Unraid",
"usermod",
"Viljoen",
"whitelabel",
"Wisenet",
"wisenetwave",
"WORKDIR",
"xattr"
],
"files.trimTrailingWhitespace": true,
"[markdown]": {
"files.trimTrailingWhitespace": false
},
"[plaintext]": {
"files.trimTrailingWhitespace": false
},
"diffEditor.ignoreTrimWhitespace": false,
"editor.renderWhitespace": "boundary"
},
"extensions": {
"recommendations": [
"davidanson.vscode-markdownlint",
"gruntfuggly.todo-tree",
"streetsidesoftware.code-spell-checker",
]
}
}