fix: Readds echo command.
This commit is contained in:
parent
9155978643
commit
b8184adf49
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
"updateRemoteUserUID": false,
|
||||
|
||||
// build development environment on creation, make sure you already have shell.nix
|
||||
"onCreateCommand": "nix-shell",
|
||||
"onCreateCommand": "nix-shell --command 'echo done building nix dev environment'",
|
||||
|
||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||
"forwardPorts": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue