-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When starting code recently after closing : error exec: code not found #8
Comments
Same issue here... but waiting didn't help at all. I killed my terminal(s) and waited about 15 minutes - still got the error message. After logging out and back in again it worked fine. But when it's working it's great - thanks for the effort to get this working! |
Lines 385 to 417 in 273ea0e
|
I've merged a change that should help here - #12 - if people could test that would be appreciated! |
@owtaylor I just performed a quick test.. Executing Incredibly nice work. |
Thanks for the testing! |
Thanks for taking the time to thoroughly make Code in Toolbox a pleasant experience. I've had no problems with the script other than this one:
If I start code after closing it (which I sometimes do to reset an LSP, or I installed an extension that requires restart)
I get this :
If I wait 60 or so seconds, not sure on the exact time, then it works just fine.
I haven't been able to trace the line of code that originates the error, it seems to come from nowhere :)
I wonder if this is related to : flathub/com.visualstudio.code#210
Where the script is finding the previous IPC channel that hasn't yet closed. After the channel is cleaned up, then the script launches "from scratch" again. Just a guess.
The text was updated successfully, but these errors were encountered: