Merge branch 'master' of 141.30.224.77:23]:hodasemi/CGI
This commit is contained in:
commit
849e340b5a
1 changed files with 28 additions and 8 deletions
36
.vscode/tasks.json
vendored
36
.vscode/tasks.json
vendored
|
@ -12,26 +12,46 @@
|
||||||
{
|
{
|
||||||
"label": "Run Exercise 1",
|
"label": "Run Exercise 1",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "build/bin/./Exercise1",
|
"problemMatcher": [],
|
||||||
"problemMatcher": []
|
"osx": {
|
||||||
|
"command": "open build/bin/Exercise1.app"
|
||||||
|
},
|
||||||
|
"linux": {
|
||||||
|
"command": "build/bin/./Exercise1",
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Run Exercise 2",
|
"label": "Run Exercise 2",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "build/bin/./Exercise2",
|
"problemMatcher": [],
|
||||||
"problemMatcher": []
|
"osx": {
|
||||||
|
"command": "open build/bin/Exercise2.app"
|
||||||
|
},
|
||||||
|
"linux": {
|
||||||
|
"command": "build/bin/./Exercise2",
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Run Exercise 3",
|
"label": "Run Exercise 3",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "build/bin/./Exercise3",
|
"problemMatcher": [],
|
||||||
"problemMatcher": []
|
"osx": {
|
||||||
|
"command": "open build/bin/Exercise3.app"
|
||||||
|
},
|
||||||
|
"linux": {
|
||||||
|
"command": "build/bin/./Exercise3",
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Run Exercise 4",
|
"label": "Run Exercise 4",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "build/bin/./Exercise4",
|
"problemMatcher": [],
|
||||||
"problemMatcher": []
|
"osx": {
|
||||||
|
"command": "open build/bin/Exercise4.app"
|
||||||
|
},
|
||||||
|
"linux": {
|
||||||
|
"command": "build/bin/./Exercise4",
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue