From now on every change MUST be tracked via git. For every new feature, you have to create a new branch. Every PR must be linked to an issue that describes the change. Issue and PR are different! The Issue describes it before coding. The PR after codeing. Therefore they have not the same content. The Issue describes what should be changed and why. The PR describes how the change was done.
29 lines
806 B
JSON
29 lines
806 B
JSON
{
|
|
"tasks": [
|
|
{
|
|
"type": "cppbuild",
|
|
"label": "C/C++: clang.exe build active file",
|
|
"command": "c:/Qt/Tools/llvm-mingw1706_64/bin/clang.exe",
|
|
"args": [
|
|
"-fcolor-diagnostics",
|
|
"-fansi-escape-codes",
|
|
"-g",
|
|
"${file}",
|
|
"-o",
|
|
"${fileDirname}\\${fileBasenameNoExtension}.exe"
|
|
],
|
|
"options": {
|
|
"cwd": "c:/Qt/Tools/llvm-mingw1706_64/bin"
|
|
},
|
|
"problemMatcher": [
|
|
"$gcc"
|
|
],
|
|
"group": {
|
|
"kind": "build",
|
|
"isDefault": true
|
|
},
|
|
"detail": "Task generated by Debugger."
|
|
}
|
|
],
|
|
"version": "2.0.0"
|
|
} |