1

Add extensions

This commit is contained in:
Evan Pratten 2020-09-10 16:20:37 -04:00
parent 8ea6d0a2e0
commit 765bf48d89
No known key found for this signature in database
GPG Key ID: 93AC7B3D071356D3

View File

@ -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" ],
// 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"
]
}
```