-
I am trying to make my {
"type": "cppbuild",
"label": "test",
"command": "help",
"args": []
} My |
Beta Was this translation helpful? Give feedback.
Answered by
FieryRMS
Feb 7, 2023
Replies: 1 comment 1 reply
-
I solved it myself, this was the process.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
FieryRMS
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I solved it myself, this was the process.
%USERPROFILE%\.vscode\extensions
ctrl+shift+f
then paste this line,command = `cmd /c chcp 65001>nul && ${command}`;
this.options.shell = 'bash';
or use the shell of your choice.