Last active
July 17, 2025 03:45
-
-
Save febritecno/ad740e4540af8e8a2a73a9caf40aa587 to your computer and use it in GitHub Desktop.
fast_config_vscode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "sync.gist": "08f1f45b3016fb638fae4172b9e6286a", | |
| "sync.quietSync": false, | |
| "sync.removeExtensions": true, | |
| "sync.syncExtensions": true, | |
| "sync.autoDownload": false, | |
| "sync.autoUpload": false, | |
| "sync.forceDownload": false, | |
| "workbench.startupEditor": "newUntitledFile", | |
| "workbench.colorCustomizations": { | |
| "editor.background": "#121212", | |
| "editor.foreground": "#B0B0B0", | |
| "sideBar.background": "#121212", | |
| "activityBar.background": "#121212", | |
| "statusBar.background": "#121212", | |
| "statusBar.foreground": "#B0B0B0", | |
| "titleBar.activeBackground": "#121212", | |
| "titleBar.activeForeground": "#B0B0B0", | |
| "editor.lineHighlightBackground": "#1E1E1E", | |
| "editor.selectionBackground": "#2A2A2A", | |
| "editorCursor.foreground": "#FFFFFF", | |
| "terminal.background": "#121212", | |
| "terminal.foreground": "#B0B0B0" | |
| }, | |
| "oneDarkPro.vivid": true, | |
| "editor.suggestSelection": "first", | |
| "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
| "dart.checkForSdkUpdates": false, | |
| "editor.formatOnPaste": false, | |
| "editor.formatOnSave": true, | |
| "editor.formatOnType": true, | |
| "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe", | |
| "explorer.confirmDelete": false, | |
| "tabnine.experimentalAutoImports": false, | |
| "editor.minimap.enabled": false, | |
| "[javascript]": { | |
| "editor.defaultFormatter": "HookyQR.beautify" | |
| }, | |
| "[vue]": { | |
| "editor.defaultFormatter": "octref.vetur" | |
| }, | |
| "editor.multiCursorModifier": "ctrlCmd", | |
| "editor.snippetSuggestions": "top", | |
| "editor.fontLigatures": false, | |
| "editor.fontFamily": "Fira Code Retina", | |
| "thunder-client.codeSnippetLanguage": "curl", | |
| "security.workspace.trust.untrustedFiles": "open", | |
| "emmet.preferences": {}, | |
| "emmet.includeLanguages": { | |
| "vue-html": "html", | |
| "vue": "html" | |
| }, | |
| "editor.inlineSuggest.enabled": false, | |
| "bracket-pair-colorizer-2.depreciation-notice": false, | |
| "bracketPairColorizer.depreciation-notice": false, | |
| "diffEditor.ignoreTrimWhitespace": false, | |
| "bladeFormatter.format.useTabs": true, | |
| "LaravelExtraIntellisense.disableBlade": true, | |
| "[php]": { | |
| "editor.defaultFormatter": "Sophisticode.php-formatter" | |
| }, | |
| "workbench.iconTheme": "symbols", | |
| "[typescript]": { | |
| "editor.defaultFormatter": "vscode.typescript-language-features" | |
| }, | |
| "[jsonc]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "dart.debugExternalPackageLibraries": false, | |
| "dart.debugSdkLibraries": false, | |
| "dart.showInspectorNotificationsForWidgetErrors": false, | |
| "dart.openDevTools": "flutter", | |
| "workbench.sideBar.location": "right", | |
| "github.copilot.enable": { | |
| "*": false, | |
| "yaml": false, | |
| "plaintext": false, | |
| "markdown": false, | |
| "dart": false, | |
| "typescript": false | |
| }, | |
| "dart.flutterOutline": false, | |
| "dart.previewFlutterUiGuides": false, | |
| "dart.previewFlutterUiGuidesCustomTracking": false, | |
| "typescript.updateImportsOnFileMove.enabled": "always", | |
| "go.toolsManagement.autoUpdate": false, | |
| "dateTime.locale": "id", | |
| "dateTime.showAMPM": true, | |
| "dateTime.use24HourClock": false, | |
| "lifeline.clock.format": "hh:mm A", | |
| "lifeline.swap": true, | |
| "files.autoSave": "afterDelay", | |
| "files.associations": { | |
| "*.php": "php", | |
| "*.js": "javascriptreact", | |
| "*.vue": "vue", | |
| "*.svelte": "svelte", | |
| "*.vtl": "vtl" | |
| }, | |
| "terminal.integrated.enableMultiLinePasteWarning": false, | |
| "[javascriptreact]": { | |
| "editor.defaultFormatter": "vscode.typescript-language-features" | |
| }, | |
| "[typescriptreact]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "window.zoomLevel": -2, | |
| "codeium.enableConfig": { | |
| "*": false | |
| }, | |
| "workbench.colorTheme": "Super One Dark", | |
| "codeium.useSecretStorage": false, | |
| "git.enableSmartCommit": true, | |
| "codeium.enableCodeLens": false, | |
| "workbench.activityBar.location": "hidden", | |
| "java.configuration.runtimes": [], | |
| "workbench.preferredHighContrastColorTheme": "Atom One Dark", | |
| "prisma.showPrismaDataPlatformNotification": false, | |
| "javascript.updateImportsOnFileMove.enabled": "always", | |
| "chat.commandCenter.enabled": false, | |
| "window.zoomPerWindow": false, | |
| "kiroAgent.agentModelSelection": "CLAUDE_SONNET_4_20250514_V1_0", | |
| "symbols.hidesExplorerArrows": false, | |
| "kiroAgent.agentAutonomy": "Supervised", | |
| "kiroAgent.enableTabAutocomplete": false, | |
| "terminal.integrated.fontFamily": "monospace", | |
| "accessibility.verbosity.panelChat": false, | |
| "accessibility.verbosity.inlineChat": false, | |
| "editor.acceptSuggestionOnEnter": "off", | |
| "editor.hover.delay": 2000, | |
| "editor.quickSuggestions": { | |
| "other": false, | |
| "comments": false, | |
| "strings": false | |
| }, | |
| "editor.suggest.showStatusBar": false, | |
| "editor.suggest.preview": false, | |
| "editor.wordBasedSuggestions": "off", | |
| "editor.parameterHints.enabled": false, | |
| "workbench.editor.enablePreview": false, | |
| "workbench.list.smoothScrolling": false, | |
| "editor.smoothScrolling": false, | |
| "workbench.tree.indent": 8, | |
| "editor.cursorBlinking": "solid", | |
| "editor.cursorSmoothCaretAnimation": "off", | |
| "editor.renderWhitespace": "none", | |
| "editor.renderControlCharacters": false, | |
| "editor.renderLineHighlight": "none", | |
| "editor.occurrencesHighlight": "off", | |
| "editor.semanticHighlighting.enabled": false, | |
| "editor.guides.indentation": false, | |
| "editor.guides.bracketPairs": false, | |
| "editor.bracketPairColorization.enabled": false, | |
| "workbench.enableExperiments": false, | |
| "workbench.settings.enableNaturalLanguageSearch": false, | |
| "telemetry.telemetryLevel": "off", | |
| "extensions.autoUpdate": false, | |
| "update.mode": "none", | |
| "search.searchOnType": false, | |
| "search.searchOnTypeDebouncePeriod": 2000, | |
| "editor.tokenColorCustomizations": { | |
| "textMateRules": [] | |
| }, | |
| "editor.find.seedSearchStringFromSelection": false, | |
| "editor.linkedEditing": false, | |
| "editor.stickyScroll.enabled": false, | |
| "workbench.editor.closeOnFileDelete": false, | |
| "editor.suggest.snippetsPreventQuickSuggestions": true, | |
| "editor.suggest.showWords": false, | |
| "editor.suggest.showSnippets": false, | |
| "editor.suggest.showMethods": false, | |
| "editor.suggest.showFunctions": false, | |
| "editor.suggest.showClasses": false, | |
| "editor.suggest.showFields": false, | |
| "editor.suggest.showProperties": false, | |
| "editor.suggest.showEvents": false, | |
| "editor.suggest.showOperators": false, | |
| "editor.suggest.showUnits": false, | |
| "editor.suggest.showValues": false, | |
| "editor.suggest.showConstants": false, | |
| "editor.suggest.showEnums": false, | |
| "editor.suggest.showEnumMembers": false, | |
| "editor.suggest.showKeywords": false, | |
| "editor.suggest.showInterfaces": false, | |
| "editor.suggest.showStructs": false, | |
| "editor.suggest.showTypeParameters": false, | |
| "editor.suggest.showModules": false, | |
| "editor.suggest.showFiles": false, | |
| "editor.suggest.showReferences": false, | |
| "editor.suggest.showCustomcolors": false, | |
| "editor.suggest.showColors": false, | |
| "editor.suggest.showFolders": false, | |
| "editor.suggest.showUsers": false, | |
| "editor.suggest.showIssues": false | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment