Add config
This commit is contained in:
parent
d530d994d5
commit
37c45d6984
1 changed files with 26 additions and 0 deletions
26
configs/vscodium.json
Normal file
26
configs/vscodium.json
Normal 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
|
||||
}
|
Loading…
Reference in a new issue