Skip to content

Commit

Permalink
add tasks.vs.json
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Apr 26, 2024
1 parent c9102c0 commit e668058
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/.cache
/.vs/*
!/.vs/launch.vs.json
!/.vs/tasks.vs.json
/.vscode/ipch/
/.vscode/c_cpp_properties.json
/node_modules/
Expand Down
23 changes: 23 additions & 0 deletions .vs/tasks.vs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"version": "0.2.1",
"tasks": [
{
"type": "launch",
"taskLabel": "build",
"command": "luamake",
"args": [
"-notest"
],
"appliesTo": "/"
},
{
"type": "launch",
"taskLabel": "test",
"command": "luamake",
"args": [
"test"
],
"appliesTo": "/"
}
]
}

0 comments on commit e668058

Please sign in to comment.