{ "files.exclude": { "**/.git": true, "**/.svn": true, "**/.hg": true, "**/CVS": true, "**/.DS_Store": true, "dist": false, ".pnp.js": true, "**/node_modules": true, }, "javascript.preferences.importModuleSpecifier": "project-relative", "typescript.preferences.importModuleSpecifier": "project-relative", "typescript.preferences.importModuleSpecifierEnding": "minimal", "search.exclude": { "**/.yarn": true, "**/.pnp.*": true, "**/node_modules": true, }, "editor.codeActionsOnSave": { "source.organizeImports": true, "source.fixAll.eslint": true, "source.format": true }, "editor.formatOnSave": true, "diffEditor.wordWrap": "on", "editor.insertSpaces": false, "editor.wordWrap": "on", "editor.tabSize": 2, "prettier.configPath": "package.json", "prettier.prettierPath": ".yarn/sdks/prettier/index.js", "prettier.withNodeModules": true, "prettier.useEditorConfig": false, "eslint.nodePath": ".yarn/sdks", "typescript.tsdk": "node_modules\\typescript\\lib", "typescript.enablePromptUseWorkspaceTsdk": true, "better-comments.highlightPlainText": true, "better-comments.multilineComments": true, "better-comments.tags": [ { "tag": "!", "color": "#FF2D00", "strikethrough": false, "underline": false, "backgroundColor": "transparent", "bold": false, "italic": false }, { "tag": "?", "color": "#3498DB", "strikethrough": false, "underline": false, "backgroundColor": "transparent", "bold": false, "italic": false }, // { // "tag": "#", // "color": "#f003fc", // "strikethrough": false, // "underline": false, // "backgroundColor": "transparent", // "bold": false, // "italic": false // }, // { // "tag": "//", // "color": "#474747", // "strikethrough": true, // "underline": false, // "backgroundColor": "transparent", // "bold": false, // "italic": false // }, { "tag": "todo", "color": "#FF8C00", "strikethrough": false, "underline": false, "backgroundColor": "transparent", "bold": false, "italic": false }, // { // "tag": "*", // "color": "#98C379", // "strikethrough": false, // "underline": false, // "backgroundColor": "transparent", // "bold": false, // "italic": false // }, { "tag": "@ts-", "color": "#f54242", "strikethrough": false, "underline": false, "backgroundColor": "transparent", "bold": false, "italic": false }, { "tag": "eslint-", "color": "#f54242", "strikethrough": false, "underline": false, "backgroundColor": "transparent", "bold": false, "italic": false }, { "tag": "~", "color": "#474747", "strikethrough": true, "underline": false, "backgroundColor": "transparent", "bold": false, "italic": false } ], "compile-hero.disable-compile-files-on-did-save-code": true }