We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11aa244 commit 6bf06d3Copy full SHA for 6bf06d3
build.gradle
@@ -68,7 +68,7 @@ task extractJavaDependencies(type: Copy) {
68
}
69
70
def downloadNewCommands = tasks.register('downloadNewCommands', Download) {
71
- src 'https://raw.githubusercontent.com/wpilibsuite/allwpilib/2027/wpilibNewCommands/WPILibNewCommands.json'
+ src 'https://raw.githubusercontent.com/wpilibsuite/allwpilib/2027/commandsv2/CommandsV2.json'
72
dest 'vscode-wpilib/resources/vendordeps/WPILibNewCommands.json'
73
overwrite true
74
0 commit comments