Skip to content

Commit

Permalink
Use GitHub releases for java debug+dependency vscode extensions (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
noamzaks authored Aug 17, 2021
1 parent f953542 commit 3788d2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/vscode.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ def wpilibUtilLinuxZipName = 'utilitylinux.tar.gz'
def wpilibUtilMacUrl = "https://github.com/wpilibsuite/vscode-wpilib/releases/download/v${wpilibVersion}/wpilibutility-mac.tar.gz"
def wpilibUtilMacZipName = 'utilitymac.tar.gz'

def javaDebugUrl = 'https://vscjava.gallery.vsassets.io/_apis/public/gallery/publisher/vscjava/extension/vscode-java-debug/0.30.0/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage'
def javaDebugUrl = 'https://github.com/microsoft/vscode-java-debug/releases/download/0.30.0/vscjava.vscode-java-debug-0.30.0.vsix'
def javaDebugVsix = 'JavaDebug.vsix'

def javaLangUrl = 'https://redhat.gallery.vsassets.io/_apis/public/gallery/publisher/redhat/extension/java/0.73.0/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage'
def javaLangVsix = "JavaLang.vsix"

def javaDepUrl = 'https://vscjava.gallery.vsassets.io/_apis/public/gallery/publisher/vscjava/extension/vscode-java-dependency/0.16.0/assetbyname/Microsoft.VisualStudio.Services.VSIXPackage'
def javaDepUrl = 'https://github.com/microsoft/vscode-java-dependency/releases/download/0.16.0/vscjava.vscode-java-dependency-0.16.0.vsix'
def javaDepVsix = "JavaDeps.vsix"

def javaLangFile = file("$buildDir/$javaLangVsix")
Expand Down

0 comments on commit 3788d2e

Please sign in to comment.