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).
29
30
30
-
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 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:
@@ -38,7 +39,7 @@ List of Data Preview 🈸 extension vscode contributions, with `data.preview` co
38
39
Setting | Type | Default Value | Description
39
40
------- | ---- | ------------- | -----------
40
41
data.preview.theme | string | | Data Preview theme: blank for light, or '.dark' for dark theme data previews display.
41
-
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/)
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/)
42
43
data.preview.create.json.files | boolean | true | Creates JSON data & schema.json files, if available, for Arrow, Avro & Excel data files.
43
44
44
45
Data Preview 🈸 example using `.dark` theme with `d3fc` charts config, viewing
@@ -51,10 +52,10 @@ Data Preview 🈸 example using `.dark` theme with `d3fc` charts config, viewing
51
52
52
53
## Data Preview 🈸 Launch Tips
53
54
54
-
1. Run `View -> Command Palette...>Data: Preview Data 🈸` command || hit `Ctrl+Shift+D` in an open text `.csv/.tsv` || `.json` array data file document to launch Data Preview 🈸 panel.
55
-
2. Hit `Ctrl+S` || `File -> Save` your `.csv/.tsv` || `.json` array data file for updates in open Data Preview 🈸 panel.
56
-
3. Right-click on a binary `.xlsx/.xlsm`, `.arrow` || `.avro` data file in vscode File Explorer to launch Data Preview 🈸 panel.
57
-
4. Use exposed `explorer/context`, `editor/title` || `editor/title/context` context menu options to Preview 🈸 your data files.
55
+
1. Run `View -> Command Palette...>Data: Preview Data 🈸` command || hit `Ctrl+Shift+D` in an open text `.csv/.tsv` || `.json` array data file document to launch Data Preview panel.
56
+
2. Hit `Ctrl+S` || `File -> Save` your `.csv/.tsv` || `.json` array data file for updates in open Data Preview panel.
57
+
3. Right-click on a binary `.xlsx/.xlsm`, `.arrow` || `.avro` data file in vscode File Explorer to launch Data Preview panel.
58
+
4. Use exposed `explorer/context`, `editor/title` || `editor/title/context` context menu options to Preview your data files.
0 commit comments