fix: Adds required vscode extensions.

This commit is contained in:
Greyson 2024-04-21 20:30:05 +00:00
parent f0454a4766
commit b165bc04a4

View file

@ -33,7 +33,15 @@
// 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": [
3000 3000
] ],
"customizations": {
"vscode": {
"extensions": [
"arrterian.nix-env-selector"
]
}
}
// Use 'postCreateCommand' to run commands after the container is created. // Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "go version", // "postCreateCommand": "go version",