Update .vscode/settings.json

`haxe.displayConfigurations` is deprecated in favor of `haxe.configurations`, and there was a missing comma.
This commit is contained in:
Jens Fischer
2019-07-14 13:57:10 +02:00
committed by Joshua Granick
parent 1188b3aa42
commit 08df29fe0c

View File

@@ -1,5 +1,5 @@
{
"haxe.displayConfigurations": [
"haxe.configurations": [
[ "--cwd", "tools", "tools.hxml" ]
],
"editor.insertSpaces": false,
@@ -15,7 +15,7 @@
},
"files.watcherExclude": {
"**/project/lib/**": true
}
},
"files.trimTrailingWhitespace": true,
"C_Cpp.autoAddFileAssociations": false,
}
}