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

Support for multi folder workspaces #286

Merged
merged 5 commits into from
Feb 9, 2021

Conversation

warrenbuckley
Copy link
Owner

@warrenbuckley warrenbuckley commented Feb 9, 2021

This feature adds the following:

  • Opening a VSCode Workspace with multiple root folders will prompt to ask which folder to run when starting IIS Express
  • If VSCode Workspace has only one root folder then it will continue as before and not prompt you

⚠️ This only allows one folder to be run at a time ⚠️

Credit

This reimplements the PR #44 from @orjhor to allow a user to pick which folder to run when in a multi-workspace, otherwise if its a single folder it will behave as before.

Fixes #42

All credit for this feature & idea goes to @orjhor and @zmikes for creating the original issue

@warrenbuckley warrenbuckley added the minor Used to identify a PR will make a minor version change label Feb 9, 2021
@warrenbuckley warrenbuckley merged commit 54d0d6f into develop Feb 9, 2021
@warrenbuckley warrenbuckley deleted the feature/workspace-folders-support branch February 9, 2021 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement minor Used to identify a PR will make a minor version change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support multiple websites in project
1 participant