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 1799b8fCopy full SHA for 1799b8f
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/WPILibNewCommands.json'
72
dest 'vscode-wpilib/resources/vendordeps/WPILibNewCommands.json'
73
overwrite true
74
0 commit comments