2024-09-01 21:57:10 -05:00
|
|
|
{
|
2024-09-12 22:48:20 -05:00
|
|
|
"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
|
2024-09-01 21:57:10 -05:00
|
|
|
}
|