mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-04-13 07:39:38 +02:00
fix(code-server): disable integrated terminal right mouse click
This commit is contained in:
parent
c06cf53909
commit
87a3a7b75b
1 changed files with 2 additions and 1 deletions
|
|
@ -49,5 +49,6 @@
|
||||||
"unknown": "off"
|
"unknown": "off"
|
||||||
},
|
},
|
||||||
"terminal.integrated.suggest.suggestOnTriggerCharacters": true,
|
"terminal.integrated.suggest.suggestOnTriggerCharacters": true,
|
||||||
"terminal.integrated.initialHint": false
|
"terminal.integrated.initialHint": false,
|
||||||
|
"terminal.integrated.rightClickBehavior": "nothing"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue