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
Install this [Data Preview](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-data-preview) 🈸 via vscode Extensions tab (`Ctrl+Shift+X`) by searching for `data preview` || via [vscode marketplace search results](https://marketplace.visualstudio.com/search?term=data%20preview&target=VSCode&category=All%20categories&sortBy=Relevance).
30
30
31
-
List of Data Preview 🈸 extension vscode contributions, with `data.preview` command, keyboard shortcut, augmented vscode UI context menus, added data language mappings, supported data files list & configurable theme & charts Data Preview Settings:
31
+
List of Data Preview 🈸 extension config Settings, with `data.preview` command info, keyboard shortcut, augmented vscode UI context menus, added Data Language mappings, supported Data Files list & configurable Theme & Charts Data Preview Settings:
@@ -38,9 +38,9 @@ List of Data Preview 🈸 extension vscode contributions, with `data.preview` co
38
38
39
39
Setting | Type | Default Value | Description
40
40
------- | ---- | ------------- | -----------
41
-
data.preview.theme | string | | Data Preview theme: blank for light, or '.dark' for dark theme data previews display.
41
+
data.preview.theme | string | | Data Preview Theme: blank for light or `.dark` for dark theme data previews display.
42
42
data.preview.charts.plugin | string | hightcharts | Data Preview Charts library to use for stock charts: [highcharts](https://www.highcharts.com/demo) or [d3fc](https://d3fc.io/)
43
-
data.preview.create.json.files | boolean | true | Creates JSON data & schema.json files, if available, for Arrow, Avro & Excel data files.
43
+
data.preview.create.json.files | boolean | true | Creates `.json` data & `.schema.json` files, if available, for Arrow, Avro & Excel data files.
44
44
45
45
Data Preview 🈸 example using `.dark` theme with `d3fc` charts config, viewing
46
46
[superstore](https://github.com/finos/perspective/blob/master/examples/simple/superstore.arrow)`.arrow` data file :)
@@ -69,7 +69,7 @@ Data Preview 🈸 example using `.dark` theme with `d3fc` charts config, viewing
0 commit comments