microsoft / sqltoolsservice

SQL Tools API service that provides SQL Server data management capabilities.
Other
441 stars 149 forks source link

Moving table designer to sqlcore #2328

Closed aasimkhan30 closed 7 months ago

aasimkhan30 commented 7 months ago

Separating out the table designer into sqlcore. I have added a new class called TableDesignerManager that handles all the td models and caching. Now the tabledesigner service is just a barebones request handler and doesn't do any of logical work required for table designer.