Quick-Linux-Setup/configs/vscodium.json
2024-09-12 23:48:20 -04:00

29 lines
No EOL
934 B
JSON

{
"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,
"workbench.startupEditor": "none",
"javascript.updateImportsOnFileMove.enabled": "never",
"git.openRepositoryInParentFolders": "never",
"liveServer.settings.donotShowInfoMsg": true,
"liveServer.settings.donotVerifyTags": true,
"window.customTitleBarVisibility": "auto",
"window.doubleClickIconToClose": true,
"window.titleBarStyle": "custom",
"workbench.layoutControl.enabled": false
}