-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
Code fails to execute tasks, open terminals or new windows with no network connection #43864
Comments
@zsquareplusc regarding
what kind of task are you starting, can you give an example? |
@egamma sure, see below. But as opening a new terminal tab e.g. with the "+" button also fails, I do not suspect anything to be wrong with the tasks system. It seems to be a general problem with starting new processes in that situation. Using the "+" button to start a terminal tab, it fails and shows a message at the top of the window, stating this: Regarding tasks, I have 12 tasks, removed others for brevity:
Yields:
|
It looks like this is the Windows issue #36630 |
I fail to see how that is related to 36630. The issue I experience has nothing to do with Python or Windows 10. In my case Maybe there is some option that can be used to debug the not-starting problem? Offline, not even |
@zsquareplusc that issue isn't just Python, it's primarily repro'd in Python though. But you're right as you're on Windows 7. What's in your settings.json? |
Settings are shown bellow, but my guess it's none of these causing a problem, or are the settings read even for displaying help with global settings.json:
|
Now I can no longer reproduce the problem. There was a reboot and Windows updates in between. |
Steps to Reproduce:
Launching new code instances also fails:
Does this issue occur when all extensions are disabled?: Yes
I'm getting the same error with
--disable-extensions
but even-h
fails the same way in that situation. Everything works fine when there is a network connection.The text was updated successfully, but these errors were encountered: