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.
19 lines
487 B
JSON
19 lines
487 B
JSON
{
|
|
"tasks": [
|
|
{
|
|
"type": "shell",
|
|
"label": "g++.exe build active file",
|
|
"command": "D:\\Programs\\MSYS2\\mingw64\\bin\\g++.exe",
|
|
"args": [
|
|
"-g",
|
|
"${file}",
|
|
"-o",
|
|
"${fileDirname}\\${fileBasenameNoExtension}.exe"
|
|
],
|
|
"options": {
|
|
"cwd": "D:\\Programs\\MSYS2\\mingw64\\bin"
|
|
}
|
|
}
|
|
],
|
|
"version": "2.0.0"
|
|
} |