能否使用vscode打开typora
vscode外部打开typora
open in typora没什么用
一定要把 "isElectronApp": true, 加上去,因为两个软件都是ElectronApp APP
"openInExternalApp.openMapper": [
{
"extensionName": "md",
"apps": [
{
"title": "typora",
"isElectronApp": true,
"openCommand": "C:/Program Files/Typora/Typora.exe"
}
]
},
后来我又尝试了一下,不知道为什么又不行了。真的难受!