Skip to content

Support for multi-root .code-workspace workspaces #1566

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

award999
Copy link
Contributor

  • Support workspace folder variable subsitution, ex. ${workspaceFolder:proj1}
  • When a code-workspace add the configured name instead of the relative path as a postfix to the task name
  • Add same postfixes to plugin tasks
  • For Run and Debug Build commands, all fetching launch configurations from outside the workspace
  • Add a new test target to test a handful of currated suites to make sure that .code-workspace support does not break

Issue: #1072

- Support workspace folder variable subsitution, ex. `${workspaceFolder:proj1}`
- When a code-workspace add the configured `name` instead of the relative path
  as a postfix to the task name
- Add same postfixes to plugin tasks
- For Run and Debug Build commands, all fetching launch configurations from
  outside the workspace
- Add a new test target to test a handful of currated suites to make sure
  that .code-workspace support does not break

Issue: swiftlang#1072
@award999 award999 force-pushed the code-workspace branch 3 times, most recently from 5b82364 to fd73e58 Compare May 21, 2025 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant