Skip to content

Commit 32f408c

Browse files
committed
Update devcontainer.json to adjust Git repository scanning path
- Changed the "git.scanRepositories" setting to use a relative path ("./codecollection") instead of an absolute path. - This modification improves the flexibility of the development environment by allowing for easier configuration across different setups.
1 parent d4c714a commit 32f408c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"/home/runwhen/codecollection/libraries/RW"
6262
],
6363
"git.autoRepositoryDetection": "subFolders",
64-
"git.scanRepositories": ["/home/runwhen/codecollection"],
64+
"git.scanRepositories": ["./codecollection"],
6565
"scm.repositories.visible": 2
6666
}
6767
},

0 commit comments

Comments
 (0)