{ "files.exclude": { "**/.git": true, "**/.svn": true, "**/.hg": true, "**/CVS": true, "**/.DS_Store": true, "dist": false, ".pnp.js": true, "**/node_modules": true, "**/dist/**/*.js.map": true }, "javascript.preferences.importModuleSpecifier": "project-relative", "typescript.preferences.importModuleSpecifier": "project-relative", "search.exclude": { "**/.yarn": true, "**/.pnp.*": true, "**/node_modules": true, "neu-item-repo": true, "neu-item-repo-dangerous": true }, "editor.codeActionsOnSave": { "source.organizeImports": true, // "source.fixAll.eslint": true, "source.format": true }, "diffEditor.wordWrap": "on", "editor.insertSpaces": false, "editor.wordWrap": "on", "editor.tabSize": 2, "prettier.configPath": ".prettierrc.json", "prettier.prettierPath": "node_modules/prettier", "prettier.withNodeModules": true, "prettier.useEditorConfig": false, // "typescript.tsdk": ".yarn/sdks/typescript/lib", "typescript.tsdk": "node_modules/typescript/lib", "typescript.enablePromptUseWorkspaceTsdk": true, "javascript.preferences.importModuleSpecifierEnding": "js", "typescript.preferences.importModuleSpecifierEnding": "js", "discord.removeDetails": false, "discord.removeLowerDetails": false, "discord.removeRemoteRepository": false, "discord.removeTimestamp": false }