Make VSC work on OS X again
`-r` isn't an argument to `open`, and `-n` seems exactly the opposite of what we want in most circumstances.db4
parent
a1e3476617
commit
915a7ec1e2
|
@ -20,7 +20,7 @@ MEMO: visual-studio-code-invocation ( -- array )
|
|||
] unless* ;
|
||||
|
||||
M: macosx find-visual-studio-code-invocation
|
||||
{ "open" "-n" "-b" "-r" "com.microsoft.VSCode" "--args" } ;
|
||||
{ "open" "-b" "com.microsoft.VSCode" "--args" } ;
|
||||
|
||||
ERROR: can't-find-visual-studio-code ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue