mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-14 08:53:47 +00:00
Basic Movement fixes
This commit is contained in:
parent
3e2b6c2c9c
commit
c9b3164362
5 changed files with 66 additions and 11 deletions
18
.vscode/tasks.json
vendored
Normal file
18
.vscode/tasks.json
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
||||
// for the documentation about the tasks.json format
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "build",
|
||||
"group": "build",
|
||||
"type": "shell",
|
||||
"command": "scons",
|
||||
"args": [
|
||||
// enable for debugging with breakpoints
|
||||
"dev_build=yes",
|
||||
],
|
||||
"problemMatcher": "$msCompile"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue