Вот мой простой код:
Код: Выделить всё
#include
using namespace std;
int main(){
cout ^C
PS D:\programming_stuff\projects>
PS D:\programming_stuff\projects> & 'c:\Users\User\.vscode\extensions\ms-vscode.cpptools-1.22.11-win32-x64\debugAdapters\bin\WindowsDebugLauncher.exe' '--stdin=Microsoft-MIEngine-In-jmlk454c.a0g' '--stdout=Microsoft-MIEngine-Out-3y4jt5yw.dtc' '--stderr=Microsoft-MIEngine-Error-4wh2m2ti.h52' '--pid=Microsoft-MIEngine-Pid-0nouoasj.5gz' '--dbgExe=C:\msys64\ucrt64\bin\gdb.exe' '--interpreter=mi'
Hello World
Код: Выделить всё
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.22621.0",
"compilerPath": "cl.exe",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "windows-msvc-x64"
}
],
"version": 4
}
Подробнее здесь: https://stackoverflow.com/questions/792 ... when-i-run