Skip to content

Commit 1b167a5

Browse files
committed
update
1 parent 49f0932 commit 1b167a5

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,11 @@
151151
"ignoreLegacyWarning": true,
152152
"autoRepositoryDetection": "openEditors",
153153
"defaultCloneParentDirectory": "/home/vscode",
154+
"path": "/usr/local/bin/git",
154155
"scanRepositories": [
155156
"/home/vscode",
156-
"/home/vscode/konductor",
157-
"/home/vscode/konductor/.github/devcontainer",
158157
"/workspaces"
159-
],
160-
"path": "/usr/local/bin/git"
158+
]
161159
},
162160
"go": {
163161
"testTags": "all",

.github/devcontainer/devcontainer.json

Lines changed: 1 addition & 0 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"],

0 commit comments

Comments
 (0)