forked from science-ation/science-ation
Fix paths again
This commit is contained in:
parent
b05b86ffa0
commit
01947fb56b
@ -6,7 +6,7 @@
|
|||||||
// Update the 'dockerComposeFile' list if you have more compose files or use different names.
|
// Update the 'dockerComposeFile' list if you have more compose files or use different names.
|
||||||
// The .devcontainer/docker-compose.yml file contains any overrides you need/want to make.
|
// The .devcontainer/docker-compose.yml file contains any overrides you need/want to make.
|
||||||
"dockerComposeFile": [
|
"dockerComposeFile": [
|
||||||
"/workspaces/${localWorkspaceFolderBasename}/docker-compose.yml"
|
"/workspaces/${localWorkspaceFolderBasename}/.devcontainer/docker-compose.yml"
|
||||||
],
|
],
|
||||||
|
|
||||||
// The 'service' property is the name of the service for the container that VS Code should
|
// The 'service' property is the name of the service for the container that VS Code should
|
||||||
|
Loading…
x
Reference in New Issue
Block a user