Skip to content

Instantly share code, notes, and snippets.

@pxycknomdictator
Last active October 24, 2025 19:12
Show Gist options
  • Select an option

  • Save pxycknomdictator/874a3086273a5b92435ab4c0310933be to your computer and use it in GitHub Desktop.

Select an option

Save pxycknomdictator/874a3086273a5b92435ab4c0310933be to your computer and use it in GitHub Desktop.
Noman (Haha) Personal Vscode Settings if you like it keep it
{
"workbench.startupEditor": "none",
"files.autoSave": "afterDelay",
"workbench.activityBar.location": "bottom",
"workbench.sideBar.location": "right",
"editor.fontSize": 14.98,
"breadcrumbs.enabled": false,
"editor.minimap.enabled": false,
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "JetBrainsMono Nerd Font Mono",
"editor.fontLigatures": true,
"editor.fontWeight": "650",
"editor.lineHeight": 2.8,
"editor.lineNumbers": "relative",
"editor.cursorBlinking": "expand",
"editor.cursorStyle": "block",
"editor.smoothScrolling": true,
"editor.wordWrap": "on",
"css.lint.unknownAtRules": "ignore",
"editor.cursorSmoothCaretAnimation": "on",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"prettier.semi": true,
"prettier.tabWidth": 4,
"editor.formatOnSave": true,
"workbench.tree.indent": 14,
"prettier.singleQuote": false,
"explorer.compactFolders": false,
"workbench.secondarySideBar.defaultVisibility": "hidden",
"[svelte]": {
"editor.defaultFormatter": "svelte.svelte-vscode"
},
"svelte.enable-ts-plugin": true,
"terminal.integrated.lineHeight": 1.9,
"terminal.integrated.fontSize": 14.98,
"terminal.integrated.fontWeight": "650",
"terminal.integrated.fontLigatures.enabled": true,
"terminal.integrated.copyOnSelection": true,
"files.exclude": {
"**/.git": false
},
"extensions.ignoreRecommendations": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment