We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51acd49 commit e5dd88cCopy full SHA for e5dd88c
.devcontainer/devcontainer.json
@@ -31,14 +31,15 @@
31
32
// Add the IDs of extensions you want installed when the container is created.
33
"extensions": [
34
- "ms-python.python"
+ "ms-python.python",
35
+ "platformio.platformio-ide"
36
],
37
38
// Use 'forwardPorts' to make a list of ports inside the container available locally.
39
// "forwardPorts": [],
40
41
// Use 'postCreateCommand' to run commands after the container is created.
- // "postCreateCommand": "pip3 install --user -r requirements.txt",
42
+ "postCreateCommand": "npm install",
43
44
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
45
"remoteUser": "vscode"
0 commit comments