Skip to content

Commit

Permalink
Fix Python extension Windows URL (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson authored Sep 27, 2024
1 parent d0e8d66 commit 2a6fc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/vscode.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def javaDepExtensionDownload = tasks.register("javaDepExtensionDownload", Downlo


def pythonExtensionDownload = tasks.register("pythonExtensionDownload", Download) {
src cppWindowsUrl
src pythonWindowsUrl
def fileName = file(src.file).name
dest "$buildDir/downloads/$fileName"
overwrite false
Expand Down

0 comments on commit 2a6fc13

Please sign in to comment.