This commit is contained in:
amaury
2024-06-07 11:25:41 +02:00
parent c249c22287
commit e1247a0184

View File

@ -12,7 +12,7 @@
// //Add your customizations here // //Add your customizations here
// }, // },
// "forwardPorts": [], //Add your port forwarding from inside/oustide here // "forwardPorts": [], //Add your port forwarding from inside/oustide here
"workspaceMount": "source=/home/amaury/Documents/stage/ConsistenceFaibleByzantine/,target=/workspaces/containers,type=bind", //Add your local mounting inside the DevContainer here "workspaceMount": "source=${localWorkspaceFolder},target=/workspaces/containers,type=bind", //Add your local mounting inside the DevContainer here
"workspaceFolder": "/workspaces/containers", //Add your workspace folder here "workspaceFolder": "/workspaces/containers", //Add your workspace folder here
"customizations": { "customizations": {
"vscode": { "vscode": {