mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-08-02 03:21:36 +00:00
fix being able to build from any file
This commit is contained in:
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@@ -2,7 +2,7 @@
|
|||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"tasks": [
|
"tasks": [
|
||||||
{
|
{
|
||||||
"type": "cppbuild",
|
"type": "process",
|
||||||
"label": "buildSim",
|
"label": "buildSim",
|
||||||
"command": "g++",
|
"command": "g++",
|
||||||
"args": [
|
"args": [
|
||||||
|
Reference in New Issue
Block a user