fix(config) vim: "false" -> false

This commit is contained in:
coderaiser 2017-09-08 17:11:07 +03:00
parent 63edc5697e
commit 150375160f

View file

@ -28,6 +28,6 @@
"terminal": false,
"terminalPath": "",
"showConfig": "false",
"vim": "false"
"vim": false
}