Open
Description
Is it possible to leverage the metadata (ie, column types, names, is primary key) and stuff like that from another VS Code extension. In order words, is it possible to treat either the SQLTools and or SQL Server VS Code extension as an API to to pull schema information about SQL Tables from a VS Code extension that I am writing?