-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kollitsch.dev.code-workspace
149 lines (149 loc) · 3.94 KB
/
kollitsch.dev.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"extensions": {
"recommendations": [
"pomdtr.excalidraw-editor",
"eliostruyf.vscode-front-matter",
"davidanson.vscode-markdownlint",
"yzhang.markdown-all-in-one",
"golang.go",
"casualjim.gotemplate",
"tamasfe.even-better-toml",
"stylelint.vscode-stylelint",
"foxundermoon.shell-format",
"timonwong.shellcheck",
"remisa.shellman",
"mkhl.shfmt",
"mjmlio.vscode-mjml",
"rafikis75.vscode-sassdoc"
]
},
"folders": [
{
"name": "kollitsch.dev",
"path": "."
},
{
"name": "Theme",
"path": "../hugo-darkskies"
},
{
"name": "Modules",
"path": "../hugo-modules"
},
{
"name": "Namespace",
"path": "../namespace"
},
{
"name": "Configurations",
"path": "../configurations"
},
{
"name": "Asylum",
"path": "../hugo-asylum"
},
{
"path": "../hugov"
},
{
"path": "../hugor"
},
{
"path": "../hugo-darkskies-template"
}
],
"settings": {
"editor.suggest.showCustomcolors": true,
"favorites.sortDirection": "ASC",
"files.associations": {
"*.headers": "gotemplate",
"*.html": "gohtml",
"*.json": "gojson",
"*.redir": "gotemplate",
"*.txt": "gotemplate",
"*.xml": "gotemplate",
"_headers": "gotemplate",
"_redir": "gotemplate"
},
"html.format.wrapLineLength": 100,
"javascript.validate.enable": true,
"js/ts.implicitProjectConfig.checkJs": true,
"markdown.extension.orderedList.marker": "one",
"markdown.extension.toc.unorderedList.marker": "*",
"markdownlint.run": "onSave",
"stylelint.reportDescriptionlessDisables": true,
"stylelint.reportInvalidScopeDisables": true,
"stylelint.reportNeedlessDisables": true,
"vale.doNotShowWarningForFileToBeSavedBeforeLinting": true,
"vale.enableSpellcheck": true,
"vale.valeCLI.config": "/home/patrick/github.com/davidsneighbour/kollitsch.dev/.github/vale/vale.ini",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#FF5555",
"activityBar.background": "#FF5555",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#60ff95",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#000000",
"sash.hoverBorder": "#FF5555",
"statusBar.background": "#FF5555",
"statusBar.foreground": "#000000",
"statusBarItem.hoverBackground": "#FF5555",
"statusBarItem.remoteBackground": "#FF5555",
"statusBarItem.remoteForeground": "#000000",
"titleBar.activeBackground": "#FF5555",
"titleBar.activeForeground": "#000000",
"titleBar.inactiveBackground": "#FF5555",
"titleBar.inactiveForeground": "#e7e7e799"
},
"workbench.editor.customLabels.enabled": true,
"workbench.editor.customLabels.patterns": {
"**/modules/**/*": "MOD ${filename}",
"**/modules/**/*.*": "MOD ${filename}.${extname}"
},
"workbench.editor.enablePreview": true,
"yaml.schemas": {
"http://json-schema.org/draft-07/schema#": ["static/**/*.schema.yaml"]
},
"scss.lint.validProperties": ["interpolate-size"],
"css.lint.validProperties": ["interpolate-size"],
"todo-tree.general.showActivityBarBadge": false,
"todo-tree.general.tagGroups": {},
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"XXX",
"[ ]",
"[x]",
"@todo",
"@TODO"
],
"todo-tree.highlights.backgroundColourScheme": [
"red",
"orange",
"yellow",
"green",
"blue",
"indigo",
"violet",
"green",
"green"
],
"todo-tree.filtering.ignoreGitSubmodules": true,
"todo-tree.filtering.includeHiddenFiles": false,
"todo-tree.tree.labelFormat": "${after}",
"todo-tree.tree.scanAtStartup": true,
"todo-tree.filtering.excludeGlobs": [
"**/node_modules/*/**",
"**/.vscode/**"
],
"todo-tree.tree.showCountsInTree": true,
"todo-tree.tree.sortTagsOnlyViewAlphabetically": true,
"todo-tree.regex.regexCaseSensitive": false,
"todo-tree.tree.buttons.filter": false,
"todo-tree.tree.buttons.groupByTag": false,
"todo-tree.tree.buttons.viewStyle": false
}
}