Skip to content

Commit e5dd88c

Browse files
author
Neil Enns
committed
Add PlatformIO and npm install
1 parent 51acd49 commit e5dd88c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.devcontainer/devcontainer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,15 @@
3131

3232
// Add the IDs of extensions you want installed when the container is created.
3333
"extensions": [
34-
"ms-python.python"
34+
"ms-python.python",
35+
"platformio.platformio-ide"
3536
],
3637

3738
// Use 'forwardPorts' to make a list of ports inside the container available locally.
3839
// "forwardPorts": [],
3940

4041
// Use 'postCreateCommand' to run commands after the container is created.
41-
// "postCreateCommand": "pip3 install --user -r requirements.txt",
42+
"postCreateCommand": "npm install",
4243

4344
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
4445
"remoteUser": "vscode"

0 commit comments

Comments
 (0)