tunnelvisionlabs / LangSvcV2

"Language Service V2" reference repository
Other
86 stars 38 forks source link

Extract Java support to its own repository #49

Closed sharwell closed 9 years ago

sharwell commented 9 years ago

There are a few major points to address during the creation of a dedicated repository for the Java functionality.

  1. Do we keep history? If so, do we do it by rewriting the repository, or forking the repository and deleting the unrelated content?
  2. How do we handle code which is shared by the Java functionality and other language services?
sharwell commented 9 years ago

Done: https://github.com/tunnelvisionlabs/JavaForVS

Regarding the questions:

  1. History was not kept. The history continues to live in this repository.
  2. MEF export were renamed to eliminate the chance of conflict, and the strong names of the assemblies were changed (the extension relies on SxS support to treat the Java libraries as fully independent).