Taras Novak
Taras Novak
would you mind posting a review in vs marketplace? https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-data-preview&ssr=false#review-details This extension got some negative reviews there recently. I did get similar requests in the past for the live data...
@peacefulbadger Thank you! Much appreciated.
use https://github.com/azirbel/npoint to create json schema from test config files.
example to get started: https://www.npoint.io/docs/0f5875b79bedf11e039a
also prompted perspective devs to do the same here: https://github.com/finos/perspective/issues/746
@drpedapati please provide some examples of rdata files, and how you use them.
yeah, this extension is grossly out of date, and updating it to work with new https://vscode.dev in a browser might require some elbow grease. I am starting to work on...
@christian-bromann yes, I am familiar with the steps. I might do it eventually in this or the new tabular data viewer extension. I still think the number of devs using...
there is more you'd have to change for that. see some of my closed enhancements tickets and commit history when I was adding other data file types support. Thanks for...
you also need to update data file ext. switches in data.view.ts , data.view.html and data.view.js. see other commits in #12 for example of what's involved. The other package.json and docs...