Skip to content

Commit 98d6156

Browse files
committed
merge
1 parent 1b167a5 commit 98d6156

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"privileged": true,
77
"overrideCommand": false,
88
"updateRemoteUserUID": true,
9+
"workspaceFolder": "/workspaces/konductor",
910
"shutdownAction": "stopContainer",
1011
"securityOpt": ["seccomp=unconfined"],
1112
"runArgs": ["--network=host"],
@@ -151,11 +152,13 @@
151152
"ignoreLegacyWarning": true,
152153
"autoRepositoryDetection": "openEditors",
153154
"defaultCloneParentDirectory": "/home/vscode",
154-
"path": "/usr/local/bin/git",
155155
"scanRepositories": [
156156
"/home/vscode",
157+
"/home/vscode/konductor",
158+
"/home/vscode/konductor/.github/devcontainer",
157159
"/workspaces"
158-
]
160+
],
161+
"path": "/usr/local/bin/git"
159162
},
160163
"go": {
161164
"testTags": "all",

0 commit comments

Comments
 (0)