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:
- Launch VS Code in a dev container or for a Github Codespace that specifies a Python-specific VS code settings (
customizations.vscode.settings.[python])
- Observe that the settings is not applied.
Diagnostic data
- Python version (& distribution if applicable, e.g. Anaconda): 3.10.14
- Type of virtual environment used (e.g. conda, venv, virtualenv, etc.): Conda
- Value of the
python.languageServer setting: Default
Output for Python in the Output panel (View→Output, change the drop-down the upper-right of the Output panel to Python)
User Settings
languageServer: "Pylance"
testing
• pytestArgs: "<placeholder>"
• pytestEnabled: true
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.languageServersetting: DefaultOutput for
Pythonin theOutputpanel (View→Output, change the drop-down the upper-right of theOutputpanel toPython)User Settings