Kartik Raj

Results 4 issues of Kartik Raj

https://code.visualstudio.com/docs/python/python-tutorial#_windows ![image](https://user-images.githubusercontent.com/13199757/182725432-a3af1bc8-04e4-4234-a023-2a41d47813f3.png) Just the last line, as it has been fixed now. cc/ @brettcannon

python
doc-bug

### 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...

type::bug
os::windows
source::community
help-wanted
plugins::run
unreproducible
backlog

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...

debt
engineering
triage-needed

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...

debt
notebook-kernel-picker