Skip to content

Python-specific remote settings is ignored #23290

@jhrmnn

Description

@jhrmnn

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:

  1. Launch VS Code in a dev container or for a Github Codespace that specifies a Python-specific VS code settings (customizations.vscode.settings.[python])
  2. 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 (ViewOutput, change the drop-down the upper-right of the Output panel to Python)

User Settings


languageServer: "Pylance"

testing
• pytestArgs: "<placeholder>"
• pytestEnabled: true

Metadata

Metadata

Assignees

Labels

area-testinginfo-neededIssue requires more information from postertriage-neededNeeds assignment to the proper sub-team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions