ManuelHentschel / VSCode-R-Debugger

R Debugger Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=RDebugger.r-debugger
MIT License
170 stars 11 forks source link

Error in URL for downloading vscDebugger #173

Closed aldopaolo closed 1 year ago

aldopaolo commented 1 year ago

Describe the bug Command r.debugger.updateRPackage use url "https://github.com/ManuelHentschel/VSCode-R-Debugger/releases/download/v0.5.3/vscDebugger_0.5.3.zip" but correct url is "https://github.com/ManuelHentschel/VSCode-R-Debugger/releases/download/v0.5.3/vscDebugger_0.5.**2**.zip"

Expected behavior Install vscDebugger

Actual behavior Error in installation

Desktop (please complete the following information):

Requested solution Correct command or correct source name

ManuelHentschel commented 1 year ago

Thanks for the accurate report, should be fixed by https://github.com/ManuelHentschel/VSCode-R-Debugger/commit/c0113b301499471aa4de39d2b75a2ce1805e2820.