Skip to content

Commit eccc5e6

Browse files
authored
Merge pull request wled#1420 from danecreekphotography/devcontainer-updates
Add PlatformIO and npm install
2 parents bc96ca4 + e5dd88c commit eccc5e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 2 deletions
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)