{ "window.zoomLevel": -1, "workbench.activityBar.visible": true, "javascript.updateImportsOnFileMove.enabled": "always", "eslint.enable": true, "eslint.validate": [ { "language": "vue", "autoFix": true }, { "language": "html", "autoFix": true }, { "language": "javascript", "autoFix": true } ], "workbench.sideBar.location": "left", "workbench.statusBar.visible": true, "breadcrumbs.enabled": false, "editor.minimap.enabled": false, "terminal.integrated.rendererType": "dom", "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe", "workbench.iconTheme": "vscode-icons", // Upper size limit, in KB, that will count a package as a small package "importCost.smallPackageSize": 50, // Upper size limit, in KB, that will count a package as a medium package "importCost.mediumPackageSize": 100, // Decoration color for small packages "importCost.smallPackageColor": "#7cc36e", // Decoration color for medium packages "importCost.mediumPackageColor": "#7cc36e", // Decoration color for large packages "importCost.largePackageColor": "#d44e40", // File extensions to be parsed by the Typescript parser "importCost.typescriptExtensions": [ "\\.tsx?$" ], // File extensions to be parsed by the Javascript parser "importCost.javascriptExtensions": [ "\\.jsx?$" ], // Which bundle size to display "importCost.bundleSizeDecoration": "both", // Display the 'calculating' decoration "importCost.showCalculatingDecoration": true, // Print debug messages in output channel "importCost.debug": false, //"sync.gist": "b4f31813bc673f9f98e55b68171afc81", //"sync.forceUpload": true, "git.autofetch": true, "editor.suggestSelection": "first", "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", "editor.defaultFormatter": "esbenp.prettier-vscode", "multiCommand.commands": [ { "command": "multiCommand.indentCodeAll", "sequence": [ "editor.action.formatDocument", "eslint.executeAutofix", ] } ], "workbench.colorTheme": "SynthWave '84", "synthwave84.brightness": "0.50", "editor.fontSize": 13, "editor.fontFamily": "Fira Code Retina, Fira Code", "sync.gist": "9d4354596eb63766581a4a6678b5e8d7", "sync.forceDownload": false, "sync.autoDownload": true, "files.autoSave": "afterDelay", }