File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 27
27
// Use 'forwardPorts' to make a list of ports inside the container available locally.
28
28
// "forwardPorts": [],
29
29
// Use 'postCreateCommand' to run commands after the container is created.
30
- "postCreateCommand" : " bash -i -c 'sudo apt update -y && sudo apt upgrade -y && sudo apt install gdb -y && npm install --also-dev && pipx install hatch && hatch config set dirs.env.virtual .hatch && hatch env create devel'" ,
30
+ "postCreateCommand" : " bash -i -c 'sudo apt update -y && sudo apt upgrade -y && sudo apt install gdb -y && npm install --also-dev && pipx install hatch && hatch env create devel'" ,
31
31
// Configure tool-specific properties.
32
32
// "customizations": {},
33
33
// Uncomment to connect as root instead. More info: https://aka.ms/dev-je+-containers-non-root.
You can’t perform that action at this time.
0 commit comments