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

VS IntelliCode-related changes #30731

Merged

Conversation

uniqueiniquity
Copy link
Contributor

This PR makes two changes necessary to support IntelliCode in VS:

  • Currently, the configurePlugin command doesn't give a response. However, VS requires responses from its commands to TSServer. This PR updates the configurePlugin command so it gives a response in a similar manner to the configure command.
  • Currently, global plugins are loaded by configured projects and inferred projects but not external projects. This PR ensures external projects load global plugins in the same manner as inferred projects (i.e., on creation).

@typescript-bot
Copy link
Collaborator

Thanks for the PR! It looks like you've changed the TSServer protocol in some way. Please ensure that any changes here don't break consumers of the current TSServer API. For some extra review, we'll ping @sheetalkamat, @amcasey, @mjbvz, @minestarks for you. Feel free to loop in other consumers/maintainers if necessary

@uniqueiniquity uniqueiniquity merged commit 78b0956 into microsoft:master Apr 3, 2019
@uniqueiniquity uniqueiniquity deleted the intellicodeChangesForVS branch April 3, 2019 17:36
uniqueiniquity added a commit to uniqueiniquity/TypeScript that referenced this pull request Apr 3, 2019
* ensure configurePlugin gives a response

* Update tests

* Update baseline

* Enable global plugin loading for external projects

* Fix lint errors
uniqueiniquity added a commit that referenced this pull request Apr 3, 2019
* ensure configurePlugin gives a response

* Update tests

* Update baseline

* Enable global plugin loading for external projects

* Fix lint errors
@DanielRosenwasser DanielRosenwasser added this to the TypeScript 3.4.2 milestone Apr 5, 2019
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.

None yet

5 participants