vlang/vscode-vlang

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

sanathusk opened this issue · 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.

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

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.

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?

I just described one way in my previous message.

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

#527 slightly helped to address this issue.