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
Benjamin Pollack 2016-03-09 13:23:50 -05:00
parent a1e3476617
commit 915a7ec1e2
1 changed files with 1 additions and 1 deletions

View File

@ -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 ;