microsoft / vs-ng-language-service

Visual Studio extension for the Angular Language Service
MIT License
43 stars 15 forks source link

Split projects into VSIX and actual language service extension #7

Closed PranavSenthilnathan closed 4 years ago

PranavSenthilnathan commented 4 years ago

Strong name signing works on the output of the build so in order to sign the extension dll before the vsix is created, this change moves them into 2 separate projects.