Skip to content

Instantly share code, notes, and snippets.

@levisantosp
Last active May 10, 2026 21:50
Show Gist options
  • Select an option

  • Save levisantosp/d30d775129d581e6dbc4f783713062af to your computer and use it in GitHub Desktop.

Select an option

Save levisantosp/d30d775129d581e6dbc4f783713062af to your computer and use it in GitHub Desktop.
vscode settings
{
"[prisma]": {
"editor.defaultFormatter": "Prisma.prisma"
},
"chat.agent.enabled": false,
"chat.viewSessions.orientation": "stacked",
"dart.closingLabels": false,
"dart.flutterSdkPath": "/home/levi/flutter",
"diffEditor.ignoreTrimWhitespace": false,
"docker.languageserver.diagnostics.instructionJSONInSingleQuotes": "error",
"editor.cursorBlinking": "smooth",
"editor.cursorSmoothCaretAnimation": "on",
"editor.defaultFormatter": "oxc.oxc-vscode",
"editor.detectIndentation": true,
"editor.folding": true,
"editor.foldingStrategy": "auto",
"editor.fontFamily": "JetBrains Mono",
"editor.fontLigatures": true,
"editor.fontSize": 16,
"editor.fontWeight": "600",
"editor.formatOnSave": true,
"editor.glyphMargin": false,
"editor.guides.highlightActiveBracketPair": false,
"editor.guides.indentation": false,
"editor.hideCursorInOverviewRuler": true,
"editor.inlayHints.enabled": "on",
"editor.inlayHints.padding": true,
"editor.inlineSuggest.syntaxHighlightingEnabled": true,
"editor.insertSpaces": true,
"editor.letterSpacing": 0,
"editor.lightbulb.enabled": "off",
"editor.lineHeight": 1.6,
"editor.matchBrackets": "always",
"editor.minimap.enabled": false,
"editor.minimap.maxColumn": 100,
"editor.minimap.renderCharacters": false,
"editor.multiCursorModifier": "alt",
"editor.occurrencesHighlight": "off",
"editor.overviewRulerBorder": false,
"editor.padding.top": 0,
"editor.renderControlCharacters": false,
"editor.renderLineHighlight": "none",
"editor.renderWhitespace": "none",
"editor.scrollbar.horizontal": "visible",
"editor.scrollbar.vertical": "visible",
"editor.selectionHighlight": false,
"editor.showFoldingControls": "mouseover",
"editor.smoothScrolling": false,
"editor.stickyScroll.enabled": false,
"editor.stickyScroll.scrollWithEditor": false,
"editor.suggestSelection": "first",
"editor.tabSize": 2,
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"explorer.confirmPasteNative": false,
"files.autoSave": "afterDelay",
"git.alwaysShowStagedChangesResourceGroup": true,
"git.autofetch": true,
"git.confirmSync": false,
"git.decorations.enabled": true,
"git.mergeEditor": true,
"git.suggestSmartCommit": false,
"github.copilot.chat.agent.autoFix": false,
"github.copilot.chat.codeGeneration.useInstructionFiles": false,
"github.copilot.chat.customInstructionsInSystemMessage": false,
"github.copilot.chat.useProjectTemplates": false,
"github.copilot.editor.enableCodeActions": false,
"github.copilot.enable": {
"*": false
},
"github.copilot.nextEditSuggestions.allowWhitespaceOnlyChanges": false,
"html.completion.attributeDefaultValue": "doublequotes",
"inlineChat.affordance": "off",
"js/ts.experimental.useTsgo": true,
"js/ts.format.insertSpaceAfterSemicolonInForStatements": true,
"js/ts.format.semicolons": "remove",
"js/ts.preferences.importModuleSpecifier": "non-relative",
"js/ts.preferences.importModuleSpecifierEnding": "minimal",
"js/ts.preferences.quoteStyle": "single",
"js/ts.updateImportsOnFileMove.enabled": "always",
"json.schemaDownload.trustedDomains": {
"https://biomejs.dev": true,
"https://json-schema.org/": true,
"https://json.schemastore.org/": true,
"https://raw.githubusercontent.com/": true,
"https://schemastore.azurewebsites.net/": true,
"https://www.schemastore.org/": true
},
"redhat.telemetry.enabled": true,
"remote.autoForwardPortsSource": "hybrid",
"security.workspace.trust.untrustedFiles": "open",
"terminal.integrated.cursorStyle": "block",
"terminal.integrated.defaultLocation": "view",
"terminal.integrated.defaultProfile.linux": "fish",
"terminal.integrated.fontFamily": "JetBrainsMono Nerd Font",
"terminal.integrated.fontLigatures.enabled": true,
"terminal.integrated.fontSize": 14,
"terminal.integrated.fontWeight": "380",
"terminal.integrated.fontWeightBold": "bold",
"terminal.integrated.gpuAcceleration": "on",
"terminal.integrated.hideOnStartup": "always",
"terminal.integrated.initialHint": false,
"terminal.integrated.scrollback": 10000,
"terminal.integrated.shellIntegration.decorationsEnabled": "never",
"terminal.integrated.smoothScrolling": true,
"terminal.integrated.suggest.enabled": true,
"terminal.integrated.suggest.suggestOnTriggerCharacters": true,
"terminal.integrated.tabs.enabled": true,
"terminal.integrated.tabs.location": "right",
"window.commandCenter": false,
"workbench.activityBar.location": "top",
"workbench.colorTheme": "Min Dark",
"workbench.editor.empty.hint": "hidden",
"workbench.iconTheme": "catppuccin-latte",
"workbench.preferredDarkColorTheme": "Min Dark",
"workbench.productIconTheme": "fluent-icons",
"workbench.secondarySideBar.defaultVisibility": "hidden",
"workbench.settings.applyToAllProfiles": [],
"workbench.sideBar.location": "left",
"yaml.schemas": {
"file:///home/levi/.vscode/extensions/continue.continue-1.2.22-linux-x64/config-yaml-schema.json": [
".continue/**/*.yaml"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment