question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Python Interactive window does not use the python associated with the current file when starting

See original GitHub issue

Currently 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:closed
  • Created 5 years ago
  • Reactions:11
  • Comments:27 (21 by maintainers)

github_iconTop GitHub Comments

1reaction
rchiodocommented, Jun 6, 2019

@ollema I think you have to install zenhub to see the issues? Not sure.

Here’s what it adds for me: image

1reaction
rchiodocommented, Jun 6, 2019

I’m moving it to New Issues so we triage it again.

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found