fix: Readds echo command.

This commit is contained in:
greysoh 2024-04-21 16:20:29 -04:00
parent 9155978643
commit b8184adf49
No known key found for this signature in database
GPG key ID: FE0F173B8FC01571

View file

@ -28,7 +28,7 @@
"updateRemoteUserUID": false, "updateRemoteUserUID": false,
// build development environment on creation, make sure you already have shell.nix // 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. // Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [ "forwardPorts": [