vscode-vlang icon indicating copy to clipboard operation
vscode-vlang copied to clipboard

Install extension for C/C++ automatically V extension VScode is installed

Open sanathusk opened this issue 2 years ago • 6 comments

Since Install V extension VScode depends on C/C++ extension to debug,installing the C/C++ extension automatically when V lang extension is installed will improve the developer experience.

sanathusk avatar Jul 15 '22 06:07 sanathusk

don't think it's a good idea, user shall have options to choose whatever extension they'd like to install along with V

rilysh avatar Sep 05 '22 14:09 rilysh

It is completely up to the user whether they want to debug that way or not. Many are perfectly content with old-fashioned "printf debugging"... in other words, printing status, etc. as the program executes, rather than running under a debugger.

JalonSolov avatar Sep 05 '22 15:09 JalonSolov

don't think it's a good idea, user shall have options to choose whatever extension they'd like to install along with V

Are you sure that it is possible to debug V lang in vscode without C/C++ extension installed? Can you please tell me how can this be achieved?

sanathusk avatar Sep 12 '22 15:09 sanathusk

I just described one way in my previous message.

JalonSolov avatar Sep 12 '22 16:09 JalonSolov

I will not debug with a debugger until the V source code can be debugged directly.

ghost avatar Sep 20 '22 03:09 ghost

https://github.com/vlang/vscode-vlang/pull/527 slightly helped to address this issue.

felixf4xu avatar Jun 20 '23 02:06 felixf4xu