Selecting a Python interpreter in the Jupyter extension's interpreter drop-down menu (or using command palette) should result in that interpreter being used in the Jupyter notebook. Actual behaviour Selecting the Python 3.9.1 interpreter in a conda environment from the drop-down menu (or using c...
I can't debug python code because i don't have selected an python interpreter, i then ran the command which python3 on my linux system which resulted in the output /usr/bin/python3 so i tried to specify this path as interpreter but somehow, code-server yield this as a non existing pa...
Relates to: #23827 The current "Select at workspace level" when selecting interpreter is good but if you have many projects/folder in your workspace then the list of environments is everything but easy to pick from (see attachment). Perh...
The recently used there is just referring to the command that was used. The interpreter selector should show all interpreters it detects. If it is not detecting some interpreters then that is likely a bug in our detection. @zachvalenta Can you provide details on which paths are not searched ...
Strangely enough, the Python interpreter sometimes works if you restart VS code several times and then wait about 5-10 minutes, but not always. Also a diagnostic code is given in the output: c:\Projects\my_workspace> ./sqlite/bin/custom_python.exe c:\Users\user\.vscode\extensions\ms-pytho...
Environment data Build of Visual Studio Code - Insiders: 1.96.0-insider Build of python-insider: 2024.21.2024111301 Build of pylance-insider: 2024.11.100 Code Snippet x = "str Repro Steps Create a new directory somewhere on disk Open VS ...
(277) Starting: \"/Users/zhushijie/.vscode/extensions/ms-vscode.cpptools-0.26.1/debugAdapters/lldb/bin/lldb-mi\" --interpreter=mi\n"},"seq":22} 1: (277) Starting: "/Users/zhushijie/.vscode/extensions/ms-vscode.cpptools-0.26.1/debugAdapters/lldb/bin/lldb-mi" --interpreter=mi --> E...
though we continued and the thread was stopped on thread 5, VSCode seems to want to request info about the first frame on thread 1 (see thescopesrequest onframeid 1008) without me switching the frame in the UI. This makes it so that the stopped frame is not visible in the UI either....