{ "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.organizeImports": false, "source.fixAll": true }, "eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"], "files.exclude": { "build": false, // set this to true to hide the "out" folder with the compiled JS files ".vscode-test/**": true }, "git.alwaysSignOff": true, "typescript.tsdk": "./node_modules/typescript/lib", "cSpell.words": [ "alifd", "browserslist", "codeally", "coderoad", "esbuild", "flowtype", "fsevents", "outfile", "packagejson", "prismjs", "Traceback", "xstate" ] }