You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
616 B
JSON

{
"tasks": [
{
"type": "shell",
"label": "g++.exe build active file",
"command": "D:\\Programs\\MSYS2\\mingw64\\bin\\g++.exe",
"args": [
"-H",
"-Wall",
"-Winvalid-pch",
"-I${workspaceFolder}\\.vscode",
"-g",
"${file}",
"-o",
"${fileDirname}\\${fileBasenameNoExtension}.exe"
],
"options": {
"cwd": "D:\\Programs\\MSYS2\\mingw64\\bin"
}
}
],
"version": "2.0.0"
}