Skip to content

Instantly share code, notes, and snippets.

@anler
Created January 25, 2023 10:00
Show Gist options
  • Save anler/82c1f1c7f8ec766bacd813e812665123 to your computer and use it in GitHub Desktop.
Save anler/82c1f1c7f8ec766bacd813e812665123 to your computer and use it in GitHub Desktop.
My VSCode Settings
{
"editor.linkedEditing": true,
"dotnetAcquisitionExtension.enableTelemetry": false,
"files.saveConflictResolution": "overwriteFileOnDisk",
"editor.accessibilitySupport": "off",
"typescript.updateImportsOnFileMove.enabled": "always",
"workbench.preferredDarkColorTheme": "Ayu Dark",
"window.autoDetectColorScheme": true,
"security.workspace.trust.untrustedFiles": "open",
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[python]": {
"editor.insertSpaces": true,
"editor.tabSize": 4,
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
},
"files.exclude": {
"**/__pycache__": true,
"**/.classpath": true,
"**/.factorypath": true,
"**/.project": true,
"**/.settings": true,
"**/*.pyc": true
},
"editor.guides.indentation": false,
"redhat.telemetry.enabled": false,
"vim.normalModeKeyBindingsNonRecursive": [
{
"commands": [
"vspacecode.space"
],
"before": [
"<space>"
]
},
{
"commands": [
"vspacecode.space",
{
"command": "whichkey.triggerKey",
"args": "m"
}
],
"before": [
","
]
}
],
"terminal.integrated.gpuAcceleration": "off",
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.preferredLightColorTheme": "Ayu Light",
"explorer.fileNesting.enabled": true,
"vim.visualModeKeyBindingsNonRecursive": [
{
"commands": [
"vspacecode.space"
],
"before": [
"<space>"
]
},
{
"commands": [
"vspacecode.space",
{
"command": "whichkey.triggerKey",
"args": "m"
}
],
"before": [
","
]
}
],
"telemetry.telemetryLevel": "off",
"terminal.integrated.macOptionIsMeta": true,
"editor.tabSize": 2,
"workbench.iconTheme": "ayu",
"[jsonc]": {},
"terminal.integrated.defaultProfile.osx": "zsh",
"editor.fontFamily": "MonoLisa Script, Gintronic",
"editor.fontSize": 18,
"editor.fontWeight": "400",
"editor.fontLigatures": true,
"editor.codeLensFontFamily": "MonoLisa",
"editor.lineHeight": 0,
"editor.lineNumbers": "off",
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "comment",
"settings": {
"fontStyle": "italic"
}
}
]
},
"javascript.suggest.paths": false,
"workbench.editor.tabCloseButton": "off",
"hediet.vscode-drawio.theme": "automatic",
"hediet.vscode-drawio.offline": false,
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"javascript.updateImportsOnFileMove.enabled": "always",
"explorer.confirmDelete": false,
"git.confirmSync": false,
"errorLens.fontSize": "14",
"workbench.startupEditor": "none",
"hexeditor.maxFileSize": 100,
"terminal.external.osxExec": "iTerm.app",
"editor.renderWhitespace": "trailing",
"editor.cursorBlinking": "solid",
"go.toolsManagement.autoUpdate": true,
"editor.guides.bracketPairs": "active",
"terminal.integrated.shellIntegration.enabled": true,
"editor.codeLensFontSize": 11,
"typescript.suggest.paths": false,
"editor.renderLineHighlight": "none",
"workbench.sideBar.location": "right",
"java.import.gradle.java.home": "/opt/homebrew/Cellar/openjdk@11/11.0.12/libexec/openjdk.jdk/Contents/Home",
"explorer.confirmDragAndDrop": false,
"editor.minimap.renderCharacters": false,
"[dart]": {
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": false,
"editor.rulers": [
80
],
"editor.selectionHighlight": false,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.suggest.snippetsPreventQuickSuggestions": false
},
"editor.suggestFontSize": 14,
"files.insertFinalNewline": true,
"terminal.integrated.env.osx": {
"PINENTRY_USER_DATA": "USE_CURSES=1"
},
"editor.bracketPairColorization.enabled": true,
"editor.formatOnSave": true,
"projectManager.git.baseFolders": [
"~/src"
],
"editor.minimap.enabled": false,
"search.mode": "newEditor",
"editor.minimap.side": "left",
"vim.camelCaseMotion.enable": true,
"hexeditor.columnWidth": 18,
"window.dialogStyle": "custom",
"editor.scrollbar.horizontal": "hidden",
"vim.useSystemClipboard": true,
"vim.easymotion": true,
"workbench.tree.indent": 18,
"workbench.layoutControl.enabled": false,
"window.commandCenter": true,
"python.formatting.provider": "black",
"npm.keybindingsChangedWarningShown": true,
"diffEditor.renderSideBySide": false,
"editor.stickyScroll.enabled": true,
"diffEditor.diffAlgorithm": "experimental",
"mergeEditor.diffAlgorithm": "experimental",
"terminal.integrated.smoothScrolling": true,
"debug.console.fontSize": 15,
"markdown.preview.fontSize": 16,
"git.detectSubmodules": false,
"git.ignoreSubmodules": true,
"vscode-pets.petSize": "medium",
"diffEditor.ignoreTrimWhitespace": false,
"httpyac.codelens": {
"showResponse": true,
"showResponseHeaders": true
},
"httpyac.responseViewContent": "full",
"scm.inputFontFamily": "editor",
"debug.console.fontFamily": "editor",
"gitlens.defaultGravatarsStyle": "retro",
"gitlens.fileAnnotations.command": "heatmap",
"[lua]": {},
"Lua.telemetry.enable": false,
"editor.inlineSuggest.enabled": true,
"python.analysis.autoImportCompletions": true,
"terminal.integrated.fontFamily": "MonoLisa Nerd Font",
"terminal.integrated.fontWeight": "400",
"terminal.integrated.fontSize": 14,
"githubPullRequests.pullBranch": "never",
"git.suggestSmartCommit": false,
"todohighlight.keywords": [
{
"text": "TODO",
"color": "rgba(255, 255, 255, 0.8)",
"backgroundColor": "rgba(102, 56, 240, 1.00)",
"isWholeLine": false
},
{
"text": "FIXME",
"color": "rgba(255, 255, 255, 0.8)",
"backgroundColor": "#df4a41",
"isWholeLine": false
},
{
"text": "NOTICE",
"color": "#fff",
"backgroundColor": "#444",
"isWholeLine": false
}
],
"workbench.panel.opensMaximized": "always",
"python.envFile": "${workspaceFolder}/.venv",
"files.associations": {
"BUILD": "python"
},
"workbench.editor.showTabs": false,
"python.analysis.typeCheckingMode": "basic",
"workbench.colorTheme": "Ayu Light",
"settingsSync.ignoredExtensions": [
"ms-dotnettools.vscode-dotnet-runtime"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment