We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b167a5 commit 98d6156Copy full SHA for 98d6156
1 file changed
.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"],
@@ -151,11 +152,13 @@
151
152
"ignoreLegacyWarning": true,
153
"autoRepositoryDetection": "openEditors",
154
"defaultCloneParentDirectory": "/home/vscode",
- "path": "/usr/local/bin/git",
155
"scanRepositories": [
156
"/home/vscode",
157
+ "/home/vscode/konductor",
158
+ "/home/vscode/konductor/.github/devcontainer",
159
"/workspaces"
- ]
160
+ ],
161
+ "path": "/usr/local/bin/git"
162
},
163
"go": {
164
"testTags": "all",
0 commit comments