Skip to content

Instantly share code, notes, and snippets.

@fleetimee
Created September 13, 2022 01:45
Show Gist options
  • Save fleetimee/4742e8e73cf3dc39d48b0f2961a5d603 to your computer and use it in GitHub Desktop.
Save fleetimee/4742e8e73cf3dc39d48b0f2961a5d603 to your computer and use it in GitHub Desktop.
fleetime's customized vscode settings
{
"synthwave84.brightness": 0.55,
"workbench.editor.showTabs": true,
"explorer.confirmDelete": false,
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.fontLigatures": true,
"git.enableSmartCommit": true,
"git.autofetch": true,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Jetbrains Mono",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"javascript.updateImportsOnFileMove.enabled": "always",
"tabnine.experimentalAutoImports": true,
"emmet.preferences": {},
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"editor.renderWhitespace": "none",
"sync.gist": "4c1f2cf487e130850ae25cea5b41ab49",
"gitlens.hovers.currentLine.over": "line",
"editor.renderControlCharacters": true,
"[php]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"update.enableWindowsBackgroundUpdates": false,
"editor.lineHeight": 1.2,
"git.confirmSync": false,
"vsicons.dontShowNewVersionMessage": true,
"editor.inlineSuggest.enabled": true,
"eslint.alwaysShowStatus": true,
"security.workspace.trust.untrustedFiles": "open",
"settingsSync.ignoredExtensions": [
"vscjava.vscode-java-debug",
"hridoy.adonisjs-snippets",
"eliverlara.andromeda",
"wraith13.bracket-lens",
"luongnd.edge",
"helgardrichard.helium-icon-theme",
"visualstudioexptteam.vscodeintellicode",
"mathiasfrohlich.kotlin",
"crawron.magpix",
"equinusocio.vsc-material-theme-icons",
"zhuangtongfa.material-theme",
"bmewburn.vscode-intelephense-client",
"mehedidracula.php-namespace-resolver",
"kvcvc.sequelize-snippets",
"coenraads.bracket-pair-colorizer-2",
"johnpapa.angular2",
"streetsidesoftware.code-spell-checker",
"usernamehw.errorlens",
"vscjava.vscode-java-pack",
"github.vscode-pull-request-github"
],
"liveServer.settings.donotShowInfoMsg": true,
"explorer.confirmDragAndDrop": false,
"liveServer.settings.donotVerifyTags": true,
"github.copilot.enable": {
"*": true,
"yaml": true,
"plaintext": true,
"markdown": true,
"javascript": true,
"typescript": true,
"dart": true
},
"editor.codeLensFontFamily": "Jetbrains Mono",
"debug.console.fontFamily": "CaskaydiaCove Nerd Font",
"phpfmt.php_bin": "D:/latihan_ci/php-7.4/php.exe",
"[dart]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"editor.formatOnType": true,
"editor.rulers": [80],
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false,
"editor.defaultFormatter": "Dart-Code.dart-code"
},
"bracket-pair-colorizer-2.depreciation-notice": false,
"dart.warnWhenEditingFilesInPubCache": false,
"dart.showInspectorNotificationsForWidgetErrors": false,
"editor.bracketPairColorization.enabled": true,
"bracketLens.mode": "auto",
"dart.flutterSdkPath": "D:\\Documents\\flutter",
"dart.previewFlutterUiGuides": true,
"dart.previewFlutterUiGuidesCustomTracking": true,
"helium-icon-theme.showWelcomeMessage": false,
"terminal.integrated.fontFamily": "CaskaydiaCove Nerd Font",
"editor.minimap.enabled": false,
"editor.foldingStrategy": "indentation",
"workbench.colorCustomizations": {
"[Community Material Theme Darker]": {
"statusBar.debuggingBackground": "#212121"
},
"[Community Material Theme]": {
"statusBar.debuggingBackground": "#263238"
},
"[Material Theme Palenight]": {
"statusBar.debuggingBackground": "#292D3E"
}
},
"material-icon-theme.folders.associations": {
"global_state": "global",
"ui": "layout",
"presentation": "layout",
"widgets": "components",
"bloc": "ngrx-store",
"application": "ngrx-store",
"state": "ngrx-store",
"infrastructure": "database",
"fixtures": "config",
"domain": "rules",
"device": "client",
"entities": "class",
"features": "other",
"fp": "functions",
"routing": "routes",
"injection": "custom",
"l10n": "i18n"
},
"material-icon-theme.files.associations": {
"*.moor": "database"
},
"editor.fontWeight": "500",
"editor.fontSize": 16,
"editor.cursorBlinking": "expand",
"terminal.integrated.gpuAcceleration": "on",
"terminal.integrated.defaultProfile.windows": "PowerShell",
"workbench.productIconTheme": "icons-carbon",
"workbench.startupEditor": "none",
"terminal.external.windowsExec": "Powershell.exe",
"remoteHub.commitDirectlyWarning": "off",
"window.commandCenter": true,
"githubPullRequests.createOnPublishBranch": "never",
"terminal.integrated.fontSize": 18,
"window.zoomLevel": 1,
"editor.formatOnSave": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment