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

Multi-root Workspace Support for XML Tools #128

Closed
seanmcbreen opened this issue Oct 13, 2017 · 4 comments
Closed

Multi-root Workspace Support for XML Tools #128

seanmcbreen opened this issue Oct 13, 2017 · 4 comments
Labels
Milestone

Comments

@seanmcbreen
Copy link

Hi,

I'm from the VS Code team and I'm reaching out with some additional resources for adopting Multi-root Workspaces.

But first let me say thank you for working on and maintaining XML Tools for VS Code which is one of the most popular extensions we really appreciate the work you have done to make VS Code better.

The purpose of this issue is that we are very close to releasing a significant new feature for VS Code - Multi-root Workspaces - which is the most requested missing feature. If you have not heard of multi-root workspaces we have described this in several of our recent updates. Today it's only enabled in our insiders release but our intent is to enable it for all users in our next update, targeted for release in the first week of November.

This is a pretty significant change and over the last four months we have updated pretty much all of VS Code to be Multi-root aware as well as updated all of our own extensions. In the process of doing this we have created a set of guidelines for Extension Authors to follow to ensure their extension can fully leverage the awesomeness that is Multi-root workspaces.

Our Request:

Having looked at your extension we think changes are required in how you:

  • Make use of the (now deprecated) workspace.rootPath property, there is a proposed migration path and sample for this case.
  • Contribute or change settings, specifically you need to review whether some of the settings can be applied on a resource (= file location) level instead of being global (= workspace level).

How Can We Help/Resources:

We realize we are asking for your help here - our goal is to make sure that your extensions works well with multi-root and continues to be loved by the community. The guide above outlines the changes that are required and we have a samples as well.

But we are sure you will have questions and we thought one way we could look to help is by getting a number of the team members (myself included) to be ready to respond to questions on a Slack Channel that we will dedicate to this issue. To join that channel simply follow this link.

Again thank you for being part of the VS Code community - we appreciate everything you have done. With the release of Multi-root Workspaces we will be shipping our most requested feature, together we can really help this feature light up for users.

Happy Coding!
Sean McBreen

// cc @bpasero @ramya-rao-a

@seanmcbreen
Copy link
Author

Hi I just wanted to check in and see if you needed any help - re are ready and willing in the slack channel.

Sean McBreen
VS Code Team

@seanmcbreen
Copy link
Author

Request: if you have prepared your extension for Multi-root Workspaces we would love you to add multi-root ready to your package.json i.e. "keywords": ["multi-root ready"]. If you upgrade to VSCE 1.32.0 this can be added to any existing keywords and will not be counted against the maximum of 5 allowed keywords.

This will help us keep track of adoptions and also help users know which extensions have been fully tested. Remember we are here to help should you need it on the Slack channel.

Happy Coding
Sean McBreen

DotJoshJohnson added a commit that referenced this issue Jan 28, 2018
DotJoshJohnson added a commit that referenced this issue Jan 28, 2018
@DotJoshJohnson
Copy link
Owner

Thank you for reaching out! I've been away from this extension for quite some time, but I'm working on a rewrite (PR #141) that will include multi-root support (among other fixes and improvements). I'm looking forward to getting a new version out soon!

@DotJoshJohnson DotJoshJohnson added this to the 2018-FEB milestone Jan 28, 2018
@DotJoshJohnson
Copy link
Owner

Released in v2.0.0-preview.1. This will be released to the marketplace when v2.0.0 is out of preview.

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

No branches or pull requests

2 participants