2022-12-24 18:16:40 -08:00
|
|
|
{
|
|
|
|
"[html]": {
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
|
|
},
|
|
|
|
"[javascript]": {
|
2023-03-19 23:38:30 -07:00
|
|
|
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
|
2022-12-24 18:16:40 -08:00
|
|
|
},
|
|
|
|
"[javascriptreact]": {
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
|
|
},
|
|
|
|
"[json5]": {
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
|
|
},
|
|
|
|
"[json]": {
|
2023-03-19 23:38:30 -07:00
|
|
|
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
|
2022-12-24 18:16:40 -08:00
|
|
|
},
|
|
|
|
"[jsonc]": {
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
|
|
},
|
|
|
|
"[markdown]": {
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
|
|
},
|
|
|
|
"[toml]": {
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
|
|
},
|
|
|
|
"[typescript]": {
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
|
|
},
|
|
|
|
"[typescriptreact]": {
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
|
|
},
|
|
|
|
"[vue]": {
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
|
|
},
|
|
|
|
"[yaml]": {
|
2023-03-19 23:38:30 -07:00
|
|
|
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
|
2022-12-24 18:16:40 -08:00
|
|
|
},
|
|
|
|
"codetour.customTourDirectory": ".config/codetour.yml",
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
|
|
"editor.formatOnPaste": false,
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"eslint.alwaysShowStatus": true,
|
|
|
|
"eslint.format.enable": true,
|
|
|
|
"eslint.lintTask.enable": true,
|
|
|
|
"eslint.lintTask.options": "-c package.json --no-eslintrc --cache --cache-location .cache/eslintcache .",
|
|
|
|
"eslint.packageManager": "pnpm",
|
|
|
|
"eslint.validate": [
|
|
|
|
"html",
|
|
|
|
"javascript",
|
|
|
|
"javascriptreact",
|
|
|
|
"json",
|
|
|
|
"jsonc",
|
|
|
|
"json5",
|
|
|
|
"markdown",
|
|
|
|
"toml",
|
|
|
|
"typescript",
|
|
|
|
"typescriptreact",
|
|
|
|
"vue",
|
|
|
|
"yaml"
|
|
|
|
],
|
|
|
|
"git.autoStash": true,
|
|
|
|
"git.autofetch": true,
|
|
|
|
"github.codespaces.showPerformanceExplorer": true,
|
|
|
|
"gitlab.showPipelineUpdateNotifications": true,
|
|
|
|
"gitlens.showWelcomeOnInstall": false,
|
|
|
|
"gitlens.showWhatsNewAfterUpgrades": false,
|
|
|
|
"go.lintFlags": ["--fast"],
|
|
|
|
"go.lintTool": "golangci-lint",
|
|
|
|
"html.format.endWithNewline": true,
|
|
|
|
"html.format.indentHandlebars": true,
|
|
|
|
"html.format.indentInnerHtml": true,
|
|
|
|
"html.format.templating": true,
|
|
|
|
"javascript.format.semicolons": "remove",
|
|
|
|
"javascript.suggest.completeFunctionCalls": true,
|
|
|
|
"ltex.additionalRules.enablePickyRules": true,
|
|
|
|
"ltex.completionEnabled": true,
|
|
|
|
"markdown-preview-enhanced.previewTheme": "solarized-light.css",
|
|
|
|
"material-icon-theme.showWelcomeMessage": false,
|
|
|
|
"merge-conflict.autoNavigateNextConflict.enabled": true,
|
|
|
|
"npm.enableRunFromFolder": true,
|
|
|
|
"npm.packageManager": "pnpm",
|
|
|
|
"prettier.printWidth": 120,
|
|
|
|
"prettier.singleQuote": true,
|
|
|
|
"python.languageServer": "Pylance",
|
|
|
|
"security.workspace.trust.banner": "never",
|
|
|
|
"security.workspace.trust.enabled": false,
|
|
|
|
"telemetry.telemetryLevel": "crash",
|
|
|
|
"typescript.enablePromptUseWorkspaceTsdk": true,
|
|
|
|
"typescript.format.semicolons": "remove",
|
|
|
|
"typescript.implementationsCodeLens.enabled": true,
|
|
|
|
"typescript.inlayHints.enumMemberValues.enabled": true,
|
|
|
|
"typescript.inlayHints.functionLikeReturnTypes.enabled": true,
|
|
|
|
"typescript.inlayHints.parameterTypes.enabled": true,
|
|
|
|
"typescript.inlayHints.variableTypes.enabled": true,
|
|
|
|
"typescript.preferences.quoteStyle": "single",
|
|
|
|
"typescript.referencesCodeLens.enabled": true,
|
|
|
|
"typescript.referencesCodeLens.showOnAllFunctions": true,
|
|
|
|
"typescript.suggest.completeFunctionCalls": true,
|
|
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
|
|
"workbench.startupEditor": "readme",
|
|
|
|
"workbench.welcomePage.walkthroughs.openOnInstall": false,
|
|
|
|
"yaml.format.printWidth": 160,
|
|
|
|
"yaml.format.singleQuote": true
|
|
|
|
}
|