vscode-data-preview icon indicating copy to clipboard operation
vscode-data-preview copied to clipboard

change data.preview .config to load data file or data uri with data.view settings specified in that config file

Open RandomFractals opened this issue 6 years ago • 1 comments

currently .config data.preview shows that json config file properties grid which is not as useful.

also, this change will allow to live share remote data previews as defined in #16 and allow to edit raw data.view config json and see changes in the corresponding webview

RandomFractals avatar Sep 15 '19 16:09 RandomFractals

user SpaceX launches .config for testing :) https://github.com/RandomFractals/vscode-data-preview/blob/master/data/json/spacex-launches.config

Expected: data preview loads SpaceX data from this data uri: https://api.spacexdata.com/v3/launches and sets displayed columns, sort, etc.

RandomFractals avatar Sep 30 '19 10:09 RandomFractals