Skip to content

Instantly share code, notes, and snippets.

@akaia-shadowfox
Last active May 18, 2025 19:10
Show Gist options
  • Save akaia-shadowfox/16c66946a7732bb7385237fcb2e23742 to your computer and use it in GitHub Desktop.
Save akaia-shadowfox/16c66946a7732bb7385237fcb2e23742 to your computer and use it in GitHub Desktop.
VSCode config snapshot
{
"$schema": "vscode://schemas/settings/folder",
"remote.SSH.useLocalServer": false,
"remote.SSH.remotePlatform": {
"akaia.local": "linux",
"akaia": "linux",
"jauv.local": "linux",
"jauv": "linux"
},
"editor.semanticHighlighting.enabled": true,
"editor.multiCursorModifier": "ctrlCmd",
"git.confirmSync": false,
"fonted.font": "AKAIA Alpha",
"editor.fontFamily": "'AKAIA Alpha', monospace",
"editor.fontSize": 19,
"editor.fontLigatures": true,
"editor.fontWeight": "500",
"editor.formatOnSave": true,
"terminal.integrated.fontFamily": "'AKAIA Alpha', monospace",
"terminal.integrated.fontSize": 18,
"background.enabled": true,
"background.editor": {
"opacity": 0.05,
"images": [],
"background-position": "center",
"background-size": "cover"
},
"editor.rulers": [
100
],
"editor.quickSuggestions": {
"strings": true
},
"files.exclude": {
"**/.git": false
},
"window.restoreWindows": "all",
"window.title": "${dirty} 🦾🦊 ${folderPath}",
"terminal.integrated.tabs.hideCondition": "singleGroup",
"explorer.confirmDragAndDrop": false,
"git-autoconfig.configList": [
{
"user.email": "[email protected]",
"user.name": "carina.akaia.org",
"user.website": "carina.akaia.org"
}
],
"workbench.editor.splitSizing": "split",
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": "active",
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": [
"comment",
"keyword",
"constant",
"storage.modifier",
"storage.type.class.js"
],
"settings": {
"fontStyle": "italic"
}
},
{
"scope": [
"invalid",
"entity.name.type.class",
"keyword.operator",
"constant.numeric.css",
"keyword.other.unit.px.css",
"constant.numeric.decimal.js",
"constant.numeric.json"
],
"settings": {
"fontStyle": ""
}
}
]
},
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#151217",
"statusBar.background": "#000000",
"statusBar.foreground": "#31A6BF",
"editor.background": "#000000",
"editorPane.background": "#000000",
"editorGroupHeader.noTabsBackground": "#000000",
"editorGutter.background": "#000000",
"tab.unfocusedActiveBackground": "#000000",
"panel.background": "#000000",
"terminal.background": "#000000",
"dropdown.background": "#131313",
"debugExceptionWidget.background": "#131313",
"peekViewEditor.background": "#131313",
"peekViewResult.background": "#131313",
"peekViewTitle.background": "#131313",
"titleBar.activeBackground": "#131313",
"breadcrumb.background": "#131313",
"breadcrumbPicker.background": "#131313",
"activityBar.background": "#000000",
"sideBarSectionHeader.background": "#000000",
"sideBarSectionHeader.border": "#000000",
"tab.activeBackground": "#131313",
"editorWidget.background": "#000000",
"editorSuggestWidget.background": "#000000",
"editorHoverWidget.background": "#000000",
"editorGroupHeader.tabsBackground": "#000000",
"tab.inactiveBackground": "#000000",
"tab.border": "#131313",
"sideBar.background": "#000000",
"foreground": "#ffffff",
"tab.activeForeground": "#ffffff",
"tab.inactiveForeground": "#ffffff",
"scrollbarSlider.background": "#e6000060",
"scrollbarSlider.hoverBackground": "#ff000060",
"scrollbarSlider.activeBackground": "#ff000050",
"terminal.border": "#8d8d8d",
"menu.selectionBackground": "#ffffff",
"list.hoverBackground": "#1a1a1a",
"list.activeSelectionBackground": "#272727",
"editorOverviewRuler.border": "#252525",
"editorRuler.foreground": "#1a1a1a",
"scrollbar.shadow": "#ffffff",
"list.warningForeground": "#ffff00",
"list.invalidItemForeground": "#8e0000",
"list.highlightForeground": "#add8e6",
"descriptionForeground": "#d6d6c2",
"tab.unfocusedActiveForeground": "#9da0ae",
"editorInlayHint.background": "#ffffff4f",
"editorInlayHint.foreground": "#000000"
},
"window.titleBarStyle": "custom",
"code-eol.style": {
"color": "gray",
"opacity": 0.7
},
"code-eol.newlineCharacter": "↙",
"gitlens.advanced.messages": {
"suppressCreatePullRequestPrompt": true,
"suppressFileNotUnderSourceControlWarning": true,
"suppressGitMissingWarning": true,
"suppressLineUncommittedWarning": true
},
"gitlens.keymap": "alternate",
"gitlens.currentLine.scrollable": false,
"gitlens.codeLens.recentChange.enabled": false,
"gitlens.codeLens.authors.enabled": false,
"disableLigatures.mode": "Line",
"workbench.startupEditor": "newUntitledFile",
"editor.formatOnPaste": false,
"editor.formatOnType": false,
"git.ignoreMissingGitWarning": true,
"git.autofetch": true,
"editor.renderWhitespace": "boundary",
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.cursorBlinking": true,
"files.eol": "\n",
"javascript.updateImportsOnFileMove.enabled": "always",
"git.untrackedChanges": "separate",
"gitlens.views.repositories.branches.layout": "list",
"workbench.tree.renderIndentGuides": "always",
"files.hotExit": "onExitAndWindowClose",
"editor.wordWrap": "on",
"eslint.format.enable": true,
"files.associations": {
".asdfrc": "ini",
},
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer"
},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[css]": {
"editor.defaultFormatter": "aeschli.vscode-css-formatter"
},
"[scss]": {
"editor.defaultFormatter": "vscode.css-language-features"
},
"[postcss]": {
"editor.defaultFormatter": "vscode.css-language-features"
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[toml]": {
"editor.defaultFormatter": "tamasfe.even-better-toml"
},
"[deno]": {
"editor.defaultFormatter": "denoland.vscode-deno"
},
"[javascript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[javascriptreact]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[typescript]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[typescriptreact]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[svelte]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[graphql]": {
"editor.defaultFormatter": "svipas.prettier-plus"
},
"[ruby]": {
"editor.defaultFormatter": "Shopify.ruby-lsp",
"editor.tabSize": 2,
"editor.insertSpaces": true,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"editor.rulers": [
120
],
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.semanticHighlighting.enabled": true
},
"[gleam]": {
"editor.defaultFormatter": "gleam.gleam"
},
"timeline.pageSize": 0,
"editor.suggestSelection": "first",
"git-graph.repository.commits.fetchAvatars": true,
"git-graph.graph.style": "angular",
"git-graph.enhancedAccessibility": true,
"git-graph.graph.colours": [
"#0085d9",
"#d9008f",
"#d98500",
"#a300d9",
"#ff0000",
"#00d9cc",
"#e138e8",
"#85d900",
"#dc5b23",
"#6f24d6",
"#ffcc00"
],
"workbench.editor.pinnedTabSizing": "shrink",
"workbench.iconTheme": "emoji-file-icons",
"gitlens.views.repositories.files.layout": "list",
"editor.autoClosingBrackets": "languageDefined",
"merge-conflict.autoNavigateNextConflict.enabled": true,
"javascript.preferences.quoteStyle": "double",
"path-intellisense.extensionOnImport": true,
"explorer.incrementalNaming": "smart",
"explorer.fileNesting.enabled": true,
"explorer.sortOrder": "filesFirst",
"editor.stickyTabStops": true,
"workbench.editor.wrapTabs": true,
"markdown-preview-enhanced.previewTheme": "atom-dark.css",
"todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"XXX",
"[ ]",
"[x]"
],
"todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)",
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint",
"editor.wordWrap": "on",
"editor.wordWrapColumn": 120,
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"terminal.integrated.scrollback": 3000,
"editor.minimap.enabled": false,
"vsicons.dontShowNewVersionMessage": true,
"vscode-neovim.neovimExecutablePaths.darwin": "/usr/local/bin/nvim",
"vscode-neovim.mouseSelectionStartVisualMode": true,
"terminal.integrated.profiles.osx": {
"bash": {
"path": "bash",
"args": [
"-l"
],
"icon": "terminal-bash"
},
"zsh": {
"path": "zsh",
"args": [
"-l"
]
},
"fish": {
"path": "/usr/local/bin/fish",
"args": [
"-l"
]
},
"tmux": {
"path": "tmux",
"icon": "terminal-tmux"
},
"pwsh": {
"path": "pwsh",
"icon": "terminal-powershell"
}
},
"terminal.integrated.defaultProfile.osx": "fish",
"javascript.preferences.importModuleSpecifierEnding": "js",
"typescript.preferences.importModuleSpecifierEnding": "minimal",
"typescript.preferences.quoteStyle": "double",
"typescript.preferences.includePackageJsonAutoImports": "on",
"editor.definitionLinkOpensInPeek": true,
"editor.inlineSuggest.enabled": true,
"security.workspace.trust.untrustedFiles": "open",
"editor.minimap.maxColumn": 100,
"diffEditor.ignoreTrimWhitespace": false,
"redhat.telemetry.enabled": true,
"terminal.integrated.tabs.location": "left",
"githubPullRequests.defaultMergeMethod": "squash",
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.selectionHighlight": false,
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.suggestSelection": "first",
"editor.wordBasedSuggestions": "off"
},
"editor.insertSpaces": false,
"githubPullRequests.createOnPublishBranch": "never",
"typescript.updateImportsOnFileMove.enabled": "always",
"editor.guides.indentation": true,
"svelte.enable-ts-plugin": true,
"errorLens.followCursor": "allLinesExceptActive",
"errorLens.scrollbarHackEnabled": true,
"errorLens.margin": "1%",
"errorLens.fontSize": "19px",
"errorLens.fontStyleItalic": true,
"errorLens.gutterIconSet": "borderless",
"errorLens.replaceLinebreaksSymbol": "\t",
"errorLens.statusBarMessageEnabled": true,
"errorLens.statusBarCommand": "goToProblem",
"errorLens.statusBarColorsEnabled": true,
"errorLens.statusBarMessageType": "activeLine",
"errorLens.warningGutterIconColor": "#ff942f",
"editor.unicodeHighlight.allowedCharacters": {
"’": true
},
"window.commandCenter": true,
"githubPullRequests.pullBranch": "never",
"mergeEditor.diffAlgorithm": "advanced",
"codeui.targetingMode": "general",
"git.openRepositoryInParentFolders": "never",
"markdown.preview.fontSize": 16,
"editor.unicodeHighlight.invisibleCharacters": false,
"editor.unicodeHighlight.ambiguousCharacters": false,
"window.restoreFullscreen": true,
"workbench.editor.highlightModifiedTabs": true,
"projectManager.git.baseFolders": [
"~/akaia"
],
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"errorLens.messageBackgroundMode": "message",
"liveshare.accessibility.soundVolume": 70,
"editor.accessibilitySupport": "off",
"path-intellisense.showHiddenFiles": true,
"notebook.lineNumbers": "on",
"workbench.editor.empty.hint": "hidden",
"editor.stickyScroll.enabled": true,
"markdown-preview-enhanced.codeBlockTheme": "solarized-dark.css",
"workbench.colorTheme": "Deep Dark Space",
"unocss.languageIds": [
"rust"
],
"security.promptForLocalFileProtocolHandling": false,
"workbench.editor.tabActionLocation": "left",
"editor.gotoLocation.alternativeImplementationCommand": "editor.action.peekImplementation",
"editor.gotoLocation.alternativeDeclarationCommand": "editor.action.peekDeclaration",
"editor.experimental.asyncTokenization": true,
"git.suggestSmartCommit": false,
"git.enableSmartCommit": false,
"deno.codeLens.referencesAllFunctions": true,
"errorLens.delayMode": "debounce",
"window.customTitleBarVisibility": "never",
"accessibility.signals.terminalBell": {
"sound": "on"
},
"terminal.integrated.enableVisualBell": true,
"explorer.fileNesting.patterns": {
"Cargo.toml": "Cargo.lock",
"*.ts": "${capture}.typegen.ts, ${capture}.typegen.ts",
"*.tsx": "${capture}.typegen.ts, ${capture}.typegen.ts",
"*.mts": "${capture}.typegen.ts, ${capture}.typegen.ts",
"*.cts": "${capture}.typegen.ts, ${capture}.typegen.ts"
},
"jupyter.askForKernelRestart": false,
"editor.cursorSmoothCaretAnimation": "on",
"remote.SSH.connectTimeout": 30,
"github.copilot.editor.enableAutoCompletions": true,
"codeium.enableCodeLens": false,
"settingsSync.ignoredSettings": [
"-window.zoomLevel"
],
"window.zoomLevel": -1.2,
"remote.SSH.maxReconnectionAttempts": 8,
"cmake.pinnedCommands": [
"workbench.action.tasks.configureTaskRunner",
"workbench.action.tasks.runTask"
],
"cmake.showOptionsMovedNotification": false,
"typescript.preferences.preferTypeOnlyAutoImports": true,
"solidity.telemetry": true,
"rustowl.immutableBorrowColor": "hsla(230, 80%, 60%, 0.08)",
"rustowl.lifetimeColor": "hsla(125, 80%, 60%, 0.08)",
"rustowl.moveCallColor": "hsla(35, 80%, 60%, 0.08)",
"rustowl.mutableBorrowColor": "hsla(300, 80%, 60%, 0.08)",
"rustowl.outliveColor": "hsla(0, 80%, 60%, 0.08)",
"rustowl.underlineThickness": "1",
"rust-analyzer.showSyntaxTree": true,
"rust-analyzer.restartServerOnConfigChange": true,
"rust-analyzer.inlayHints.closureCaptureHints.enable": true,
"rust-analyzer.inlayHints.lifetimeElisionHints.enable": "skip_trivial"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment