Skip to content

Instantly share code, notes, and snippets.

@pyrossh
Last active April 26, 2024 12:03
Show Gist options
  • Save pyrossh/ada90e872deec2181e947ed30b7500f7 to your computer and use it in GitHub Desktop.
Save pyrossh/ada90e872deec2181e947ed30b7500f7 to your computer and use it in GitHub Desktop.
{
"go.toolsManagement.autoUpdate": true,
"workbench.iconTheme": "vscode-icons",
"editor.minimap.enabled": false,
"workbench.editor.showTabs": "single",
"files.exclude": {
"**/.svelte-kit": true,
"**/node_modules": true
},
"redhat.telemetry.enabled": false,
"explorer.confirmDelete": false,
"git.confirmSync": false,
"[typescriptreact]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"playwright.reuseBrowser": true,
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[javascriptreact]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"workbench.startupEditor": "none",
"explorer.compactFolders": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"terminal.integrated.enableMultiLinePasteWarning": false,
"editor.formatOnSave": true,
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"explorer.confirmDragAndDrop": false,
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [80],
"editor.selectionHighlight": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": "off"
},
"git.openRepositoryInParentFolders": "never",
"workbench.activityBar.location": "top",
"editor.inlayHints.fontSize": 9,
"dart.debugExternalPackageLibraries": true,
"dart.debugSdkLibraries": true,
"editor.fontSize": 13,
"debug.console.fontSize": 13,
"terminal.integrated.fontSize": 13,
"workbench.colorTheme": "Dracula",
"haskell.manageHLS": "PATH",
"svelte.enable-ts-plugin": true,
"[svelte]": {
"editor.defaultFormatter": "svelte.svelte-vscode"
},
"editor.stickyScroll.enabled": false,
"terminal.integrated.defaultProfile.osx": "fish",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment