mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix(config) vim: "false" -> false
This commit is contained in:
parent
63edc5697e
commit
150375160f
1 changed files with 1 additions and 1 deletions
|
|
@ -28,6 +28,6 @@
|
|||
"terminal": false,
|
||||
"terminalPath": "",
|
||||
"showConfig": "false",
|
||||
"vim": "false"
|
||||
"vim": false
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue