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

Add a 'projectManager.openInNewWindowWhenClickingTheStatusBar' setting #123

Closed
sparrc opened this issue May 22, 2017 · 8 comments
Closed
Milestone

Comments

@sparrc
Copy link

sparrc commented May 22, 2017

I've just updated to 0.17 and found that my projects no longer open in a new window, could you please consider re-adding this setting?

That, or have some setting for when clicking on the status bar it should use List Projects to Open in New Window instead of just the regular List Projects

That being said, I would prefer if it just always opened in a new window. Personally I don't ever want to open a new project in the same window and I liked having that configuration option.

@alefragnani
Copy link
Owner

Hi @sparrc ,

Sorry to hear that 😢 . The intention was to avoid more conflict with the new command created some releases ago List Projects to Open in New Window', since its default value was true. Doing so, the users could just use the new command, maybe with a new keybinding. Personally, I defined Ctrl + Shift + Alt + Pto the List Projects to Open in New Window' command.

The use could become simpler with #76.

I thought about the Status Bar, but decided to remove from that as well. I didn't know how useful it was. I think I could add a config specifically for that, as you suggested 👍

Hope that helps.

@alefragnani alefragnani changed the title Please re-add projectManager.openInNewWindow setting Add a 'projectManager.openInNewWindowWhenClickingTheStatusBar' setting May 22, 2017
@egabrum
Copy link

egabrum commented May 23, 2017

@sparrc Came here exactly to say the same thing.

@davegillem
Copy link

davegillem commented May 23, 2017

This became even more useful with the latest "window.nativeTabs": true setting in the most recent VSCode release. The new window setting by clicking the name in the status bar (if the new window preference is set to true) would now allow it to open in a new tab (which is awesome). Hope to see this back soon.

@alefragnani
Copy link
Owner

alefragnani commented May 23, 2017

Sadly, I can't test this nativeTabs feature, since I don't have a Mac available to test anymore 😢

Maybe you/someone else could make a PR with this? 😄

@alefragnani alefragnani added this to the 0.18.0 milestone May 24, 2017
@carrbrpoa
Copy link

Sorry, but where do you put that setting? Is it through File > Preferences > Settings?

@alefragnani
Copy link
Owner

@carrbrpoa exactly. just add "projectManager.openInNewWindowWhenClickingInStatusBar": true and reload VSCode.

@carrbrpoa
Copy link

carrbrpoa commented May 26, 2017 via email

@egabrum
Copy link

egabrum commented May 26, 2017

Wonderful. Thanks.
For some reason, I was clicking on "projectManager.openInNewWindowWhenClickingInStatusBar": true, and it wasn't inserting it in my settings.json . Had to do it manually.

Anyhow, works like a charm (after reload). thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants