Update .vscode/settings.json
`haxe.displayConfigurations` is deprecated in favor of `haxe.configurations`, and there was a missing comma.
This commit is contained in:
committed by
Joshua Granick
parent
1188b3aa42
commit
08df29fe0c
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user