-
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
'Python extension loading...' in Remote-SSH #17479
Comments
These are the logs I get in the output tab, python selection box. Do not look very helpful though... Anything else I can provide?
|
This does not look right, it is still using the old locators. @karrtikr is the change that you made in main or just release? |
@jzazo Can you please send your User settings? I'm particular interested in telemetry and experiment related settings. The following workaround should fix the issue for you #14977 (comment) |
This is my user settings.json used by vscode-insiders:
|
It seems you have disabled experiments, removing We plan to fix it permanently for all users in the next release. |
Thanks, I updated to the new version of vscode-insiders and it seems to be fixed even with the setting set to true. |
However, I have noticed that pytest discovery tests fail to import packages from various workspaces and result in "Pytest Discovery Error". |
Please open a new issue for that so it's handled separately, thanks! |
** Originally reported by @jzazo in microsoft/vscode-jupyter#7424 (comment) **
Environment data
python.languageServer
setting: XXX[NOTE: If you suspect that your issue is related to the Microsoft Python Language Server (
python.languageServer: 'Microsoft'
), please download our new language server Pylance from the VS Code marketplace to see if that fixes your issue]Expected behaviour
Extension finishes loading and can be used.
Actual behaviour
Extension never finishes loading.
Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)The text was updated successfully, but these errors were encountered: