VSCode setup.

This commit is contained in:
Juraj Kirchheim
2017-04-13 20:57:29 +02:00
parent 20e998fd12
commit 1f986c3732
2 changed files with 11 additions and 0 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"haxe.displayConfigurations": [
["tests.hxml"]
]
}

6
.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"version": "0.1.0",
"command": "haxelib",
"args": ["run", "travix", "node"],
"problemMatcher": "$haxe"
}