mirror of
https://github.com/dnote/dnote
synced 2026-03-14 22:45:50 +01:00
Add vscode (#241)
This commit is contained in:
parent
12a933d8ec
commit
4079dd4db9
1 changed files with 2 additions and 0 deletions
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue