You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.
The profile switcher invokes an external command to install an extension when switching the profile. binaryFullPath, which is set from getCodeBinary() runs into a similar issue as #46: trying to come up with the code executable's full path is buggy and unreliable.
(getCodeBinary() in my tests returns bin/code. But bin/code is not in $PATH, code is!)
The profile switcher invokes an external command to install an extension when switching the profile.
binaryFullPath
, which is set fromgetCodeBinary()
runs into a similar issue as #46: trying to come up with the code executable's full path is buggy and unreliable.(
getCodeBinary()
in my tests returnsbin/code
. Butbin/code
is not in$PATH
,code
is!)Luckily, there's another way:
cf. https://code.visualstudio.com/api/references/commands
The text was updated successfully, but these errors were encountered: