Skip to content

Commit

Permalink
Update vscode extensions (#489)
Browse files Browse the repository at this point in the history
cppTools = '1.23.2'
javaExt = '1.37.0'
javaDebug = '0.58.1'
javaDependency = '0.24.1'
pythonExt = '2024.22.0'
pylance = '2024.12.100'
black = '2024.4.0'
  • Loading branch information
PeterJohnson authored Dec 17, 2024
1 parent 2599d74 commit d7fb964
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions scripts/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ ext.vscodeMacHash = 'c9ea0dc0516ee13b3abc6254a04f55e4dcee47f6630f71fd7848f701d4a
ext.vscodeWindowsHash = 'ceaca0168589ae30fab9c2cffeda6c5a50eb03ef09f5c04cfdefe2da6b2a116f'
ext.vscodeLinuxArm64Hash = '691a6de01a3008d4f65b1a6c7f6de8f9de707fbe391a2427d97968b8472f1a69'

ext.cppToolsVersion = '1.22.9'
ext.javaExtVersion = '1.36.2024092708'
ext.javaDebugVersion = '0.58.2024090204'
ext.javaDependencyVersion = '0.24.0'
ext.pythonExtVersion = '2024.14.1'
ext.pylanceVersion = '2024.9.102'
ext.cppToolsVersion = '1.23.2'
ext.javaExtVersion = '1.37.0'
ext.javaDebugVersion = '0.58.1'
ext.javaDependencyVersion = '0.24.1'
ext.pythonExtVersion = '2024.22.0'
ext.pylanceVersion = '2024.12.100'
ext.isortVersion = '2023.10.1'
ext.blackVersion = '2024.2.0'
ext.blackVersion = '2024.4.0'

ext.wpilibVersion = gradleRioVersion

Expand Down

0 comments on commit d7fb964

Please sign in to comment.