`haxe.displayConfigurations` is deprecated in favor of `haxe.configurations`, and there was a missing comma.
22 lines
555 B
JSON
22 lines
555 B
JSON
{
|
|
"haxe.configurations": [
|
|
[ "--cwd", "tools", "tools.hxml" ]
|
|
],
|
|
"editor.insertSpaces": false,
|
|
"editor.trimAutoWhitespace": true,
|
|
"codedox": {
|
|
"commentprefix": " ",
|
|
"commentdescription": "",
|
|
"commentend": "**/",
|
|
"alwaysMultiline": false,
|
|
"paramFormat": "",
|
|
"returnFormat": "",
|
|
"neverAskTemplate": true
|
|
},
|
|
"files.watcherExclude": {
|
|
"**/project/lib/**": true
|
|
},
|
|
"files.trimTrailingWhitespace": true,
|
|
"C_Cpp.autoAddFileAssociations": false,
|
|
}
|