microsoft / vs-ng-language-service

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

Use shared client and aggregated middle layer design #48

Closed MariaSolOs closed 1 year ago

MariaSolOs commented 1 year ago

Moving the LSP client to the shared project and creating a new "aggregated" middle layer so that each extension can independently add specific middleware.