{ "haxe.configurations": [ ["build-server.hxml"] ], "search.exclude": { "build": true, "res/temp": true, "res/client.js": true }, "[haxe]": { "editor.formatOnSave": true, "editor.formatOnPaste": false }, "editor.codeActionsOnSave": { "source.sortImports": "explicit", "source.fixAll": "explicit" }, "[html]": { "editor.formatOnSave": true, "editor.defaultFormatter": "vscode.html-language-features" }, "[css]": { "editor.formatOnSave": true, "editor.defaultFormatter": "vscode.css-language-features" }, }