-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathQTI-Components.code-workspace
53 lines (52 loc) · 1.73 KB
/
QTI-Components.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
{
"folders": [
{
"path": "."
}
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#08678e",
"activityBar.activeBorder": "#5b0542",
"activityBar.background": "#08678e",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#5b0542",
"activityBarBadge.foreground": "#e7e7e7",
"statusBar.background": "#05445e",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#08678e",
"titleBar.activeBackground": "#05445e",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#05445e99",
"titleBar.inactiveForeground": "#e7e7e799",
"sash.hoverBorder": "#08678e",
"statusBarItem.remoteBackground": "#05445e",
"statusBarItem.remoteForeground": "#e7e7e7",
"commandCenter.border": "#e7e7e799"
},
"peacock.color": "#4f419d",
"mdx.experimentalLanguageServer": true,
"xml.symbols.showReferencedGrammars": true,
"xml.format.maxLineWidth": 800,
"lit-plugin.rules.no-boolean-in-attribute-binding": "off",
"lit-plugin.rules.no-incompatible-type-binding": "warning",
"lit-plugin.rules.no-invalid-boolean-binding": "warning",
"lit-plugin.rules.no-complex-attribute-binding": "warning",
"git.allowNoVerifyCommit": true
},
"extensions": {
"recommendations": [
"dbaeumer.vscode-eslint",
"github.vscode-github-actions",
"runem.lit-plugin",
"hugo-vrijswijk.vscode-lit-xml",
"unifiedjs.vscode-mdx",
"esbenp.prettier-vscode",
"stylelint.vscode-stylelint",
"google.wireit",
"redhat.vscode-xml",
"joshbolduc.commitlint"
]
}
}