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

Protocol server #101

Closed ManuelHentschel closed 4 years ago

ManuelHentschel commented 4 years ago

Remove the dependency vscode-debugadapter and cleans up some code.

In the long run, this might help to extract the non vscode specific parts of the code and write a wrapper that can be used with other debug clients as well.