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

add data streaming for text and jsonl data formats

Open RandomFractals opened this issue 4 years ago • 0 comments

to start with ... see:

https://github.com/RandomFractals/vscode-data-preview/blob/master/src/data.providers/text.data.provider.ts

https://github.com/RandomFractals/vscode-data-preview/blob/master/src/data.providers/json.line.data.provider.ts

& change it to read line and update data view data per line for faster and more responsive UX text and jsonl docs loading ...

RandomFractals avatar Dec 01 '19 11:12 RandomFractals