You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tabular data viewer api should povide a simple load/add data and filter methods for other 3rd party extensions that have query panels or get their data in other ways ...
Most likely how we'll add rapidsaicuDF data integration for their large data toolkit described in #6.
See example in vscode docs for setting up public api exposed by an extension via its activation method:
RandomFractals
changed the title
Add tabular data view extension api to load datasets via vscode command api
Expose Tabular Data Viewer extension api for other extensions to load datasets in our Table View via standard vscode commands api
Dec 28, 2021
so that other extension authors can use table view for their data display.
Example:
This tabular data viewer api should povide a simple load/add data and filter methods for other 3rd party extensions that have query panels or get their data in other ways ...
Most likely how we'll add
rapidsai
cuDF
data integration for their large data toolkit described in #6.See example in vscode docs for setting up public api exposed by an extension via its activation method:
https://code.visualstudio.com/api/references/vscode-api#extensions
The text was updated successfully, but these errors were encountered: