Add extensions
This commit is contained in:
parent
8ea6d0a2e0
commit
765bf48d89
@ -76,7 +76,15 @@ With this docker container, all we need to do is tell GitHub how to set up a Cod
|
|||||||
"mounts": [ "source=/var/run/docker.sock,target=/var/run/docker-host.sock,type=bind" ],
|
"mounts": [ "source=/var/run/docker.sock,target=/var/run/docker-host.sock,type=bind" ],
|
||||||
|
|
||||||
// Any extensions you want can go here
|
// Any extensions you want can go here
|
||||||
"extensions": []
|
"extensions": [
|
||||||
|
// Needed extensions for using WPILib
|
||||||
|
"redhat.java",
|
||||||
|
"ms-vscode.cpptools",
|
||||||
|
"vscjava.vscode-java-pack",
|
||||||
|
|
||||||
|
// The WPILib extension itself
|
||||||
|
"wpilibsuite.vscode-wpilib"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user