Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "version": "2.0.0",
- "tasks": [
- {
- "label": "build",
- "command": "dotnet",
- "type": "shell",
- "args": [
- "build",
- "/property:GenerateFullPaths=true",
- "/consoleloggerparameters:NoSummary"
- ],
- "group": "build",
- "presentation": {
- "reveal": "silent"
- },
- "problemMatcher": "$msCompile"
- },
- {
- "type": "cppbuild",
- "label": "C/C++: g++.exe build active file",
- "command": "C:\\win builds\\bin\\g++.exe",
- "args": [
- "-g",
- "${file}",
- "-o",
- "${fileDirname}\\${fileBasenameNoExtension}.exe"
- ],
- "options": {
- "cwd": "C:\\win builds\\bin"
- },
- "problemMatcher": [
- "$gcc"
- ],
- "group": "build",
- "detail": "compiler: \"C:\\win builds\\bin\\g++.exe\""
- },
- {
- "type": "cppbuild",
- "label": "C/C++: cl.exe build active file",
- "command": "cl.exe",
- "args": [
- "/Zi",
- "/EHsc",
- "/Fe:",
- "${fileDirname}\\${fileBasenameNoExtension}.exe",
- "${file}"
- ],
- "options": {
- "cwd": "${workspaceFolder}"
- },
- "problemMatcher": [
- "$msCompile"
- ],
- "group": "build",
- "detail": "compiler: cl.exe"
- },
- {
- "type": "cppbuild",
- "label": "C/C++: g++.exe build active file ver(1)",
- "command": "C:\\win builds\\bin\\g++.exe",
- "args": [
- "-g",
- "${file}",
- "-o",
- "${fileDirname}\\${fileBasenameNoExtension}.exe"
- ],
- "options": {
- "cwd": "C:\\win builds\\bin"
- },
- "problemMatcher": [
- "$gcc"
- ],
- "group": "build",
- "detail": "Task generated by Debugger."
- },
- {
- "type": "cppbuild",
- "label": "C/C++: cpp.exe build active file",
- "command": "C:\\win builds\\bin\\cpp.exe",
- "args": [
- "-g",
- "${file}",
- "-o",
- "${fileDirname}\\${fileBasenameNoExtension}.exe"
- ],
- "options": {
- "cwd": "C:\\win builds\\bin"
- },
- "problemMatcher": [
- "$gcc"
- ],
- "group": {
- "kind": "build",
- "isDefault": true
- },
- "detail": "Task generated by Debugger."
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement