We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f0932 commit 1b167a5Copy full SHA for 1b167a5
2 files changed
.devcontainer/devcontainer.json
@@ -151,13 +151,11 @@
151
"ignoreLegacyWarning": true,
152
"autoRepositoryDetection": "openEditors",
153
"defaultCloneParentDirectory": "/home/vscode",
154
+ "path": "/usr/local/bin/git",
155
"scanRepositories": [
156
"/home/vscode",
- "/home/vscode/konductor",
157
- "/home/vscode/konductor/.github/devcontainer",
158
"/workspaces"
159
- ],
160
- "path": "/usr/local/bin/git"
+ ]
161
},
162
"go": {
163
"testTags": "all",
.github/devcontainer/devcontainer.json
@@ -6,6 +6,7 @@
6
"privileged": true,
7
"overrideCommand": false,
8
"updateRemoteUserUID": true,
9
+ "workspaceFolder": "/workspaces/konductor",
10
"shutdownAction": "stopContainer",
11
"securityOpt": ["seccomp=unconfined"],
12
"runArgs": ["--network=host"],
0 commit comments