sirfuzzalot / workspace-explorer

Organize, iconize and open your collection of VSCode workspaces
Apache License 2.0
21 stars 1 forks source link

Added support for opening folder in same or new window. #15

Closed mukundshah closed 2 years ago

sirfuzzalot commented 2 years ago

Hello @mukundshah . I'm trying to figure out if you changed anything besides updating the version number and reformatting three files to a different style. Let me know if you did make other changes. If so pull those changes out and remove the reformatting please. If I do want to reformat everything I will do a reformat pass on all the code and the PR will be labelled as such. Thanks.

mukundshah commented 2 years ago

Hi @sirfuzzalot . I added an option in the right-click menu to open the folder in same or new window. image

I use different formatting style. Therefore, the formatting of the files I have touched have been altered. Those formatting were involuntary. And because of that, the diff is a mess. I wanted to reverse them, but without a prettier config, it would have taken long time. I have added an issue to add a prettier config file to the repo.

mukundshah commented 2 years ago

Hi @sirfuzzalot. I opened another PR with correct required changes only. #19