Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not possible to open same folder twice #5395

Closed
JosiahParry opened this issue Nov 16, 2024 · 3 comments
Closed

Not possible to open same folder twice #5395

JosiahParry opened this issue Nov 16, 2024 · 3 comments
Labels
area: core Issues related to Core category.

Comments

@JosiahParry
Copy link

System details:

Positron and OS details:

Positron Version: 2024.09.0 (Universal) build 27
Code - OSS Version: 1.92.0
Commit: d996153
Date: 2024-09-11T02:38:46.408Z
Electron: 30.1.2
Chromium: 124.0.6367.243
Node.js: 20.14.0
V8: 12.4.254.20-electron.0
OS: Darwin arm64 24.0.0

Interpreter details:

Describe the issue:

I want to be able to open the same folder twice.

Steps to reproduce the issue:

Open a folder in positron

  1. cmd + shift + n
  2. select the folder that is already open from top right drop down
  3. observe the active window switch to the same project
  4. go back to the new empty window
  5. open command prompt go to File: open folder
  6. select the folder that is already open
  7. observe active window switch to the already open project

Expected or desired behavior:

Much like RStudio I would like to be able to have another session open for the same folder. This will let me run multiple tests for the same project.

Alternatively, if i could have multiple interpreters that may satisfy the need.

Were there any error messages in the UI, Output panel, or Developer Tools console?

@isabelizimm isabelizimm added the area: core Issues related to Core category. label Nov 18, 2024
@isabelizimm
Copy link
Contributor

Thank you so much for this feedback 🙌 fwiw: the "only one folder open at a time" behavior is something inherited from VSCode, but we do have plans for multi-interpreter sessions!

@juliasilge
Copy link
Contributor

In the meantime, you can use "Duplicate as Workspace" to get a second instance of the same workspace:

Image

@juliasilge
Copy link
Contributor

We're tracking the need for multiple consoles/interpreters (like for running multiple tests) in #3173, and for now if you want to have multiple instances of a workspace, go ahead and use "Duplicate as Workspace".

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 3, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area: core Issues related to Core category.
Projects
None yet
Development

No branches or pull requests

3 participants