Last active
April 9, 2025 19:26
-
-
Save nikodunk/ca89ae196580209fb5bd7d80022046f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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