Python Interactive window does not use the python associated with the current file when starting
See original GitHub issueCurrently we aren’t passing the resource: Uri
value into most methods.
This would result in various parts of the extension not working correctly in a multi-root environment (current code will pick settings from first available workspace folder).
Examples:
This only applies to multi-root environments.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:11
- Comments:27 (21 by maintainers)
Top Results From Across the Web
Python Interactive window does not use the python associated ...
The problem is what would we pass for the resource? The uri of the open python file. The iPython kernel applies to all...
Read more >Vscode python interactive window timed out on running ...
To use the window with a .py file, select the Run Current File in Python Interactive window command from the Command Palette. More...
Read more >Working with Jupyter code cells in the Python Interactive window
To use the window with a file, use the Jupyter: Run Current File in Python Interactive Window command from the Command Palette.
Read more >How to Set Up Visual Studio Code in 2022 (The Easy Way)
Launch Visual Studio Code, and then open a folder where your Python scripts exist or create a new one. For example, create a...
Read more >2. Using the Python Interpreter — Python 3.11.1 documentation
The interpreter operates somewhat like the Unix shell: when called with standard input connected to a tty device, it reads and executes commands...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ollema I think you have to install zenhub to see the issues? Not sure.
Here’s what it adds for me:
I’m moving it to New Issues so we triage it again.