-
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-specific remote settings is ignored #23290
Comments
Just found out it's not necessary to downgrade the extension, it's sufficient to simply reload the VS Code window (Developer: Reload Window). |
Did you reload after installing 2024.4.0 ? or was this reload with a different version? Python extension does not do anything special here, all we do is rely on VS code to read setting. It is likely that the dev-container settings are not seen by vscode. |
The reload was with the latest version, 2024.4.0. So I found only after posting the original Issue that downgrading is not necessary, all the the downgrade did was forcing me to reload, and it’s the reload itself that resolves the issue. Which is, of course, inconvenient. So to state it again, the remote Python-specific settings is not seen by vscode (filtering settings for I don’t remember this being the case some time ago, but of course other things than the Python extension might have changed. Will try to find the root cause. Any tips what to look for? |
Should I then likely re-file the Issue with VS Code core then? |
Just confirmed that the same thing happens when the Codespace is launched in browser on |
Moving this to VS Code as this is related to the settings. |
@karthiknadig please, when moving an issue into here, assign an owner. These issues are not automatically assigned. |
@jhrmnn Can you share the settings under the |
Hello! I am closing this issue since we have not heard back on the above question, please comment with the requested information if you are still experiencing this problem and I can re-open it. Thanks |
I wasn't able to submit the Issue from VS Code, "Create on Github" in the Issue Reporter would do nothing.
Behaviour
Expected vs. Actual
Remote settings in the
[python]
section should be applied to Python files but it is ignored with v2024.4.0. Downgrading to v2024.2.1 resolves this issue. Upgrading back to v2024.4.0 then retains the correct behavior.Steps to reproduce:
customizations.vscode.settings.[python]
)Diagnostic data
python.languageServer
setting: DefaultOutput for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)User Settings
The text was updated successfully, but these errors were encountered: