-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAS.code-workspace
More file actions
38 lines (38 loc) · 1.18 KB
/
Copy pathNAS.code-workspace
File metadata and controls
38 lines (38 loc) · 1.18 KB
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
{
"folders": [
{
"path": "."
},
{
"path": "/tank/apps"
}
],
"settings": {
"search.exclude": {
"/tank/apps/": true,
},
"terminal.integrated.cwd": "${fileWorkspaceFolder}",
"yaml.schemas": {
"https://www.schemastore.org/traefik-v2.json": [
"file:///home/ogurez/NAS/apps/traefik/dashboard.yml",
"file:///home/ogurez/NAS/apps/traefik/nextcloud.yml",
"file:///home/ogurez/NAS/apps/traefik/router.yml"
],
"https://www.schemastore.org/loki.json": "file:///tank/storage/projects/own_selfhost/NAS/apps/loki/local-config.yaml"
},
},
"extensions": {
"recommendations": [
"ms-azuretools.vscode-containers",
"davidanson.vscode-markdownlint",
"yzhang.markdown-all-in-one",
"bierner.github-markdown-preview",
"timonwong.shellcheck",
"editorconfig.editorconfig",
"docker.docker",
"redhat.vscode-yaml",
"SashaBusinaro.yaml-compose-sorter",
"Jota0222.multi-formatter",
]
}
}