-
Notifications
You must be signed in to change notification settings - Fork 2
/
homotechsualdocs.code-workspace
107 lines (107 loc) · 1.93 KB
/
homotechsualdocs.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"folders": [
{
"path": "."
}
],
"settings": {
"cSpell.words": [
"CIPP",
"clsx",
"Commandlet",
"Commandlets",
"commonsidebar",
"easyops",
"Entra",
"featuresbottomdivider",
"featurestopdivider",
"fontawesome",
"fortawesome",
"Gavsto",
"haloapi",
"haloapisidebar",
"hideable",
"Homotechsual",
"homotechsualdocs",
"horiz",
"iconbutton",
"iconify",
"ignorecase",
"Infima",
"ITSM",
"Mendy",
"Mikey",
"msgraphmail",
"msgraphmailsidebar",
"MSPP",
"ninjaget",
"ninjagetsidebar",
"ninjaone",
"ninjaoneapi",
"ninjaonesidebar",
"noopener",
"noreferrer",
"openapi",
"psgallery",
"rehype",
"sublist",
"xlink"
],
"cSpell.language": "en-GB",
"cSpell.checkOnlyEnabledFileTypes": false,
"cSpell.ignorePaths": [
"package-lock.json",
"node_modules",
"vscode-extension",
".git/objects",
".vscode",
".vscode-insiders",
"*.json",
"**.*.json",
"*.code-workspace",
"**.*.code-workspace",
"*.yml",
"**.*.yml",
"*.yaml",
"**.*.yaml",
],
"cSpell.allowCompoundWords": true,
"cSpell.ignoreRegExpList": [
"Urls",
"HexValues",
"EscapeCharacters",
"Base64",
"Email",
"^id:\\s.*$"
],
"cSpell.spellCheckOnlyWorkspaceFiles": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.execArgv": [
"--max_old_space_size=8192"
],
"eslint.options": {
"extensions": [".js", ".jsx", ".md", ".mdx", ".ts", ".tsx"]
},
"eslint.runtime": "node",
"eslint.validate": [
"markdown",
"mdx",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"markdown.validate.enabled": false,
"markdown.validate.referenceLinks.enabled": "ignore",
"[mdx]": {
"editor.defaultFormatter": "unifiedjs.vscode-mdx",
"workbench.editor.languageDetection": false,
},
"files.associations": {
"*.md": "markdown",
"*.mdx": "mdx"
},
}
}