Add vscode (#241)

This commit is contained in:
Sung Won Cho 2019-08-01 10:52:28 +10:00 committed by GitHub
commit 4079dd4db9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -296,6 +296,8 @@ func getEditorCommand() string {
ret = "atom -w"
case "subl":
ret = "subl -n -w"
case "code":
ret = "code -n -w"
case "mate":
ret = "mate -w"
case "vim":