-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Terminal not getting activated in Insiders #5743
Comments
Upstream issue microsoft/vscode#74233 |
I closed the vscode issue, please try fix this on your end before we go out with 1.35 stable (sometime next week). The proposal is to leverage The reason the fix has to be on the side of extensions is because otherwise extensions will break when connected to remotes. |
after this change "run python file in terminal" doesn't work for me under latest release vscode x64/win7x64/ verified on clean profile with just one python extension. print('hello world") returns nothing. |
It may be due to microsoft/vscode#75071 |
Proper fix proposal -> microsoft/vscode#75091, it will still need extensions to adopt it though. |
Activation of environments is broken in VSC Insiders.
The configuration setting
terminal.integrated.shell.<platform>
returns null in insiders.See below:
Version 1.34.0 (1.34.0)
![Screen Shot 2019-05-23 at 14 28 47](https://user-images.githubusercontent.com/1948812/58287971-3a9d4680-7d67-11e9-886d-c304d29e948f.png)
Version 1.35.0-insider (1.35.0-insider) 2019-05-23T05:07:54.582Z
![Screen Shot 2019-05-23 at 14 29 16](https://user-images.githubusercontent.com/1948812/58287972-3a9d4680-7d67-11e9-8e24-a0e6f17c25e6.png)
The text was updated successfully, but these errors were encountered: