Fix travis CI again

This commit is contained in:
2021-06-07 13:17:46 -06:00
parent 9f6c76562c
commit 33613baf8f
21 changed files with 20 additions and 19 deletions

View File

@@ -0,0 +1,21 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Build + Debug",
"type": "lime",
"request": "launch"
},
{
"name": "Debug",
"type": "lime",
"request": "launch",
"preLaunchTask": null
},
{
"name": "Macro",
"type": "haxe-eval",
"request": "launch"
}
]
}