-
Notifications
You must be signed in to change notification settings - Fork 8
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
Transfer to ember-tooling #72
Comments
@evoactivity good point Let's take some time and land LS first, and then figure out approach here (it may be a case that forking this repo into org may have more sense) |
Yep, doesn't need to happen right away, I have some thoughts about changing how this is distributed anyway. Ideally bundling the grammars into the I do think pre-releases would allow us to experiment without needing to maintain separate extensions, but we can discuss that approach at a later date. |
@evoactivity tbh I don't like a way to have builtin grammars, because it's completely disable ability to opt-out for end users. If we have all-in-one case, we basically disabling field for experiments and produce stagnation in ecosystem. We should allow different parts to be changed or replaced and not try to create artificial coupling. |
In ideal world we should have |
Bundling syntax and language server would bring us inline with the broader js ecosystem and how other languages do it. The user expectation is that installing the extension for a framework or language installs everything they need in one package. The extension pack does kind of do this, but we still end up with multiple extensions in the marketplace which leads to confusion and more things to maintain spread across many different repos with a number of different owners. I'm not convinced we need separate extensions to enable experimentation. Is there a reason you see that pre-releases wouldn't work for that use case? People who want the experimental versions could install the pre-release of the extension and people who want the stable version would install the stable one. |
Ember community may reference to official extension pack in VSCode documentation and be able to swap any of extensions once needed without rewriting docs. |
That's a good point
True. I'll put a pin in this for now, we can continue talking about having an official version once we get other tasks done. |
As one of the options for transfer: 1.) We creating repo with same name in
|
Since we're going to merge ELS and it's vscode extension to the org, we should probably transfer ownership of this over as well.
The text was updated successfully, but these errors were encountered: