|
6 | 6 | "privileged": true, |
7 | 7 | "overrideCommand": false, |
8 | 8 | "updateRemoteUserUID": true, |
9 | | - "workspaceFolder": "/home/vscode", |
10 | 9 | "shutdownAction": "stopContainer", |
11 | 10 | "securityOpt": ["seccomp=unconfined"], |
12 | 11 | "runArgs": ["--network=host"], |
13 | 12 | "mounts": ["source=dind-var-lib-docker,target=/var/lib/docker,type=volume"], |
14 | 13 | "features": {"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}}, |
15 | 14 | "postCreateCommand": "devcontainer-links", |
16 | 15 | //"workspaceMount": "source=.,target=/home/vscode/konductor,type=bind,consistency=cached", |
| 16 | + //"workspaceFolder": "/home/vscode/konductor", |
17 | 17 | "forwardPorts": [1313, 2222, 6000, 7681, 8080], |
18 | 18 | "customizations": { |
19 | 19 | "vscode": { |
|
90 | 90 | "lineNumbers": "relative", |
91 | 91 | "formatOnSave": true, |
92 | 92 | "insertSpaces": true, |
93 | | - "tabFocusMode": true, |
94 | 93 | "tabScrolling": "auto", |
95 | | - "tabMovesFocus": false, |
| 94 | + //"tabFocusMode": false, |
| 95 | + //"tabMovesFocus": false, |
96 | 96 | "tabCompletion": "on", |
97 | 97 | "tabDecoration": true, |
98 | 98 | "fontLigatures": true, |
|
116 | 116 | "inlineSuggest.enabled": true, |
117 | 117 | "parameterHints.enabled": true, |
118 | 118 | "trimTrailingWhitespace": true, |
119 | | - "lineHighlightBackground": "30BFBF", |
| 119 | + "lineHighlightBackground": "#30BFBF", |
120 | 120 | "highlightActiveIndentGuide": true, |
121 | 121 | "fontFamily": "'FiraMono Nerd Font Mono', monospace", |
122 | 122 | "gotoLocation": { |
|
151 | 151 | "ignoreLegacyWarning": true, |
152 | 152 | "autoRepositoryDetection": "openEditors", |
153 | 153 | "defaultCloneParentDirectory": "/home/vscode", |
154 | | - "path": "/usr/local/bin/git", |
155 | 154 | "scanRepositories": [ |
156 | 155 | "/home/vscode", |
| 156 | + "/home/vscode/konductor", |
| 157 | + "/home/vscode/konductor/.github/devcontainer", |
157 | 158 | "/workspaces" |
158 | | - ] |
| 159 | + ], |
| 160 | + "path": "/usr/local/bin/git" |
159 | 161 | }, |
160 | 162 | "go": { |
161 | 163 | "testTags": "all", |
|
174 | 176 | }, |
175 | 177 | "terminal": { |
176 | 178 | "integrated": { |
| 179 | + //"cwd": "/home/vscode/Konductor", |
177 | 180 | "fontSize": 14, |
178 | 181 | "scrollback": 10000, |
179 | | - "cwd": "/home/vscode", |
180 | 182 | "cursorStyle": "outline", |
181 | 183 | "hideOnStartup": false, |
182 | 184 | "cursorBlinking": true, |
|
197 | 199 | "vs-kubernetes.namespace": "*", |
198 | 200 | "vs-kubernetes.outputFormat": "yaml", |
199 | 201 | "vs-kubernetes.helm-path": "/usr/local/bin/helm", |
200 | | - "vs-kubernetes.kubeconfig": "/home/vscode/*/.kube/config", |
| 202 | + "vs-kubernetes.kubeconfig": "/home/vscode/.kube/config", |
201 | 203 | "vs-kubernetes.kubectl-path": "/usr/local/bin/kubectl", |
202 | 204 | "vs-kubernetes.knownKubeconfigs": [ |
| 205 | + "/workspaces/*/.kube/config", |
203 | 206 | "/home/vscode/*/.kube/config", |
204 | 207 | "/home/vscode/.kube/config" |
205 | 208 | ] |
|
0 commit comments