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

How to configure/remove debug options generated by the extension? #152

Closed regunakyle closed 3 years ago

regunakyle commented 3 years ago

image

How do you remove Launch R-Workspace and Attach to R process as shown in the screenshot? They are auto-generated when I click the R Debugger... option.

I can't find the debug options in launch.json, so I don't know how to remove them.

I have searched in settings.json too and didn't find anything.

regunakyle commented 3 years ago

I think this is a problem related to VSCode itself, though I am still thinking how to remove them,