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 6bf06d3 commit 2c9a8faCopy full SHA for 2c9a8fa
build.gradle
@@ -69,7 +69,7 @@ task extractJavaDependencies(type: Copy) {
69
70
def downloadNewCommands = tasks.register('downloadNewCommands', Download) {
71
src 'https://raw.githubusercontent.com/wpilibsuite/allwpilib/2027/commandsv2/CommandsV2.json'
72
- dest 'vscode-wpilib/resources/vendordeps/WPILibNewCommands.json'
+ dest 'vscode-wpilib/resources/vendordeps/CommandsV2.json'
73
overwrite true
74
}
75
0 commit comments