Skip to content

Commit d0bda65

Browse files
committed
Commit VSCode Build Task
1 parent 372790b commit d0bda65

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎.vscode/tasks.json‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
// See https://go.microsoft.com/fwlink/?LinkId=733558
3+
// for the documentation about the tasks.json format
4+
"version": "0.1.0",
5+
"command": "g++",
6+
"isShellCommand": true,
7+
"showOutput": "always",
8+
"args": ["${file}", "-o", "${fileDirname}/${fileBasenameNoExtension}.out"],
9+
"echoCommand": true
10+
}

0 commit comments

Comments
 (0)