-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaviationbook.code-workspace
49 lines (48 loc) · 1.51 KB
/
aviationbook.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
{
"folders": [{ "path": "." }],
"settings": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.quickSuggestions": {
"comments": "off",
"strings": "off",
"other": "off"
},
"editor.wordWrap": "wordWrapColumn",
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"ltex.disabledRules": {
"en-GB": [
"MULTIPLICATION_SIGN",
"DASH_RULE",
"EN_QUOTES",
"COMMA_PARENTHESIS_WHITESPACE",
"WHITESPACE_RULE",
"UNLIKELY_OPENING_PUNCTUATION",
"METRIC_UNITS_EN_IMPERIAL"
]
},
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#2f3b55",
"activityBar.background": "#2f3b55",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#a45b72",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#2f3b55",
"statusBar.background": "#1d2434",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#2f3b55",
"statusBarItem.remoteBackground": "#1d2434",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#1d2434",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#1d243499",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#1d2434"
},
"extensions": {
"recommendations": ["quarto.quarto"]
}
}