Skip to content

Instantly share code, notes, and snippets.

@nikodunk
Created January 4, 2025 20:00
Show Gist options
  • Save nikodunk/ca89ae196580209fb5bd7d80022046f3 to your computer and use it in GitHub Desktop.
Save nikodunk/ca89ae196580209fb5bd7d80022046f3 to your computer and use it in GitHub Desktop.
{
"terminal.integrated.defaultProfile.linux": "bash",
"terminal.integrated.profiles.linux": {
"bash": {
"path": "host-spawn",
"args": ["bash"]
}
},
"workbench.startupEditor": "none",
"window.autoDetectColorScheme": true,
"window.titleBarStyle": "custom",
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment