Kartik Raj
Kartik Raj
https://code.visualstudio.com/docs/python/python-tutorial#_windows  Just the last line, as it has been fixed now. cc/ @brettcannon
### What happened? Hi VSCode dev here 👋 Originally reported in Python extension by @YEUNGWAIPANG: https://github.com/microsoft/vscode-python/issues/18645 https://github.com/microsoft/vscode-python/issues/18660 - Attempt to run a file doing nothing but printing "Hello World!" in...
Three discovery APIs are being added for Jupyter which is meant to replace existing `getInterpreters()` API: https://github.com/microsoft/vscode-python/pull/17452 ```typescript type PythonApiForJupyterExtension = { ... /** * IInterpreterService */ readonly refreshPromise: Promise...
Currently it looks like Jupyter is resolving all environments discovered in the system leading to execution for those binaries, which could be avoided. Just as it is in the Python...