Skip to content

Commit 2c9a8fa

Browse files
Gold856sciencewhiz
andauthored
Update build.gradle
Co-authored-by: sciencewhiz <[email protected]>
1 parent 6bf06d3 commit 2c9a8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ task extractJavaDependencies(type: Copy) {
6969

7070
def downloadNewCommands = tasks.register('downloadNewCommands', Download) {
7171
src 'https://raw.githubusercontent.com/wpilibsuite/allwpilib/2027/commandsv2/CommandsV2.json'
72-
dest 'vscode-wpilib/resources/vendordeps/WPILibNewCommands.json'
72+
dest 'vscode-wpilib/resources/vendordeps/CommandsV2.json'
7373
overwrite true
7474
}
7575

0 commit comments

Comments
 (0)