Set scope for vim.autoSwitchInputMethod to machine (#8051)

Refs #7695
This commit is contained in:
Cheng 2022-12-28 10:27:05 +08:00 committed by GitHub
parent 4b6a368d8b
commit 927ab3861e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1093,17 +1093,20 @@
"vim.autoSwitchInputMethod.defaultIM": {
"type": "string",
"markdownDescription": "The input method for your normal mode, find more information [here](https://github.com/VSCodeVim/Vim#input-method).",
"default": ""
"default": "",
"scope": "machine"
},
"vim.autoSwitchInputMethod.switchIMCmd": {
"type": "string",
"description": "The shell command to switch input method.",
"default": "/path/to/im-select {im}"
"default": "/path/to/im-select {im}",
"scope": "machine"
},
"vim.autoSwitchInputMethod.obtainIMCmd": {
"type": "string",
"description": "The shell command to get current input method.",
"default": "/path/to/im-select"
"default": "/path/to/im-select",
"scope": "machine"
},
"vim.whichwrap": {
"type": "string",