File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
],
30
30
"remoteEnv" : {
31
31
"PATH" : " ${containerEnv:PATH}:${containerWorkspaceFolder}/node_modules/.bin"
32
- }
32
+ },
33
33
// Features to add to the dev container. More info: https://containers.dev/features.
34
34
// "features": {},
35
35
// Use 'forwardPorts' to make a list of ports inside the container available locally.
36
36
// "forwardPorts": [],
37
37
// Use 'postCreateCommand' to run commands after the container is created.
38
- // "postCreateCommand": "sudo chown -R node:node /home/node/.elm"
38
+ "postCreateCommand" : " sudo chown -R node:node /home/node/.elm"
39
39
// Configure tool-specific properties.
40
40
// "customizations": {},
41
41
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
You can’t perform that action at this time.
0 commit comments