diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 2672f7c..f1e8333 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -2,5 +2,5 @@ "version": "0.1.0", "command": "haxe", "args": ["switchx.hxml", "--next", "-cmd", "node bin/switchx.js list"], - "problemMatcher": "$haxe", + "problemMatcher": "$haxe" }