added persistent terminal settings to vscodium
This commit is contained in:
parent
83ce2daa87
commit
4597823b32
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
||||||
"editor.fontSize": 16,
|
"editor.fontSize": 16,
|
||||||
"editor.fontFamily": "'Ubuntu Mono', 'NanumGothicCoding'",
|
"editor.fontFamily": "'Ubuntu Mono', 'NanumGothicCoding'",
|
||||||
"terminal.integrated.fontFamily": "'NotoSansMono Nerd Font'",
|
"terminal.integrated.fontFamily": "'NotoSansMono Nerd Font'",
|
||||||
|
"terminal.integrated.enablePersistentSessions": false,
|
||||||
|
"terminal.integrated.persistentSessionReviveProcess": "never",
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.formatOnPaste": true,
|
"editor.formatOnPaste": true,
|
||||||
"gitlens.currentLine.enabled": false,
|
"gitlens.currentLine.enabled": false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue