Closed
Description
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:
- git clone https://github.com/microsoft/vscode-python
- cd vscode-python
- npm ci
- pip install black
- npx gulp installPythonLibs
- npm run package
- install the vsix
- open a python file
- click "Run and Debug"
- 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 (View
→Output
, 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"