Add config

This commit is contained in:
Korbs 2024-09-01 22:57:10 -04:00
parent d530d994d5
commit 37c45d6984

26
configs/vscodium.json Normal file
View file

@ -0,0 +1,26 @@
{
"terminal.integrated.defaultProfile.linux": "bash",
"terminal.integrated.profiles.linux": {
"bash": {
"path": "/app/bin/host-spawn",
"args": [
"bash"
],
"icon": "terminal-bash",
"overrideName": true
}
},
"workbench.activityBar.location": "hidden",
"workbench.statusBar.visible": false,
"editor.minimap.enabled": false,
"breadcrumbs.enabled": false,
"editor.stickyScroll.enabled": false,
"editor.renderWhitespace": "none",
"editor.renderControlCharacters": false,
"window.menuBarVisibility": "toggle",
"workbench.startupEditor": "none",
"javascript.updateImportsOnFileMove.enabled": "never",
"git.openRepositoryInParentFolders": "never",
"liveServer.settings.donotShowInfoMsg": true,
"liveServer.settings.donotVerifyTags": true
}