how can i compile, run and move to a folder with tasks.json?
i have a problem, i have no internet, so i can’t install an extension to do this:
-Compile a C++ script
-Open the executable
-Move it into a folder called Output
-All of this in the external terminal that eventually closes
VScode terminal not displaying output
I’m trying to display “hello” into terminal on vscode, it compiles but nothing is shown, any idea why?
Why does my VSCode produce garbled executable file names when compiling C source code with Chinese characters as filenames using Mingw64?
Why is it that when I compile C language source code with Chinese characters as filenames in my VSCode, the resulting executable file name turns out to be garbled, but there’s no issue when using letters, words, or numbers? I’m compiling with Mingw64.