-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmy-thesis.code-workspace
More file actions
44 lines (44 loc) · 990 Bytes
/
my-thesis.code-workspace
File metadata and controls
44 lines (44 loc) · 990 Bytes
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
{
"folders": [
{
"path": "."
},
{
"path": "chapters"
},
{
"path": "figures"
}
],
"settings": {
// Here we are only setting visual settings, for more functional settings
// check .devcontainer/devcontainer.json and .vscode/settings.json
// Editor style settings
"editor.minimap.enabled": false,
"workbench.editor.showTabs": "single",
"zenMode.showTabs": "none",
"window.autoDetectColorScheme": true,
"workbench.preferredLightColorTheme": "Quiet Light",
"workbench.preferredDarkColorTheme": "GNOME dark",
"rewrap.autoWrap.enabled": true,
"cSpell.words": [
"backpressure",
"combinatory",
"cooldown",
"dispatchable",
"exergy",
"heliostats",
"interpretability",
"Merkel",
"overfitting",
"Plataforma",
"Poppe",
"renewables",
"setpoint",
"setpoints"
],
"latex-workshop.message.badbox.show": "none",
"latex-workshop.message.information.show": true,
"latex-workshop.view.outline.sync.viewer": true
},
}