generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcode-workspace
43 lines (43 loc) · 1.03 KB
/
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
{
"folders": [
{
"path": "."
},
{
"name": "k8s-gitops",
"path": "/projects/k8s-gitops"
}
],
"extensions": {
"recommendations": [
"redhat.vscode-yaml",
"mhutchie.git-graph",
"eamodio.gitlens",
"catppuccin.catppuccin-vsc",
"albert.TabOut",
"britesnow.vscode-toggle-quotes",
"fcrespo82.markdown-table-formatter",
"mikestead.dotenv",
"mitchdenny.ecdc",
"signageos.signageos-vscode-sops",
"will-stone.in-any-case",
"EditorConfig.editorconfig",
"PKief.material-icon-theme",
"Gruntfuggly.todo-tree",
"Continue.continue"
]
},
"settings": {
"workbench.colorTheme": "Catppuccin Frappé",
"editor.fontFamily": "'CaskaydiaCove Nerd Font'",
"editor.tabSize": 2,
"editor.wordWrap": "on",
"files.autoSave": "off",
"editor.semanticHighlighting.enabled": true,
"terminal.integrated.minimumContrastRatio": 1,
"window.titleBarStyle": "custom",
"gopls": {
"ui.semanticTokens": true
}
}
}