code-debug
code-debug copied to clipboard
Does this extension support debug in code-server
Scenario: in code-server,and I need scanf to get user input to debug.
For microsoft c/c++ plugin,it can provider a new terminal to let user input,like this:

For native debug,it need user to set terminal.But for my code-server,I don't want to install emulator tools. Can we just have the same behavior as c/c++ plugin
Pull requests welcomed, also outlines how to add this code-wise "same feature as a non-free extension" only helps for getting the picture.