-
Notifications
You must be signed in to change notification settings - Fork 783
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
VSCode issues #466
Comments
And... now it works. OK, so very intermittent. Will dig in more... |
There is code in the VSCode extension that tries to prevent the wrong instance of VSCode from trying to execute the given command. However, there seems to be an intermittent bug in VSCode's determination of which editor is active. How often is this issue occurring? |
Pretty frequently for me unfortunately -- at least half the time it seems. Know of any behavioral changes I can make to prevent it? |
I can add an option to disable that check. The scenario it protects against is pretty unlikely |
That’d be awesome! I’d really appreciate that.
…On Sun, Jun 20, 2021 at 5:31 PM Pokey Rule ***@***.***> wrote:
I can add an option to disable that check. The scenario it protects
against is pretty unlikely
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#466 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACJ4F3KJKC2A5V2MKL7FU63TTZM2JANCNFSM466JKMLA>
.
|
Ok @nickeubank you can now disable the |
Thanks so much! I'll report back after playing around for a while. |
Fwiw I have now disabled the background window protection by default, so you should just be able to upgrade your command-server extension |
Hmmm.... still running into intermediate problems, though error looks different now:
|
Hmm that shouldn't be happening anymore. Try merging latest knausj and lmk if that fixes it |
OK, rebasing with knausj again seems to be helping a lot, thanks! I'll close! Thanks so much! |
Hey All!
When I have open a jupyter interactive console, I seem unable to get the usual VSCode operations to work. For example
bar switch
generates this:Any suggestions?
macOS, if that helps
The text was updated successfully, but these errors were encountered: