Skip to content

Failed to load message bundle in debug function #19929

Closed
@slion-L

Description

@slion-L

Behaviour

Expected vs. Actual

i use the source code to generate the vsix file.
open a python file and first time click "Run and Debug"
the quick pick window should shows "Select a debug configuration" "Debug Configuration" "Python File" and so on.
but every item shows "Failed to load message bundle. See console for details"
if i press "F5", everything is ok.

Steps to reproduce:

  1. git clone https://github.com/microsoft/vscode-python
  2. cd vscode-python
  3. npm ci
  4. pip install black
  5. npx gulp installPythonLibs
  6. npm run package
  7. install the vsix
  8. open a python file
  9. click "Run and Debug"
  10. the quick pick window shows many "Failed to load message bundle. See console for details"

Diagnostic data

  • Python version (& distribution if applicable, e.g. Anaconda): 3.9.12
  • 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)

XXX

User Settings


languageServer: "Jedi"

linting
• enabled: false
• flake8Args: "<placeholder>"
• flake8Enabled: true

sortImports
• args: "<placeholder>"

formatting
• provider: "black"

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-debuggingbugIssue identified by VS Code Team member as probable bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions