Skip to content

Commit 6f05e53

Browse files
changed data.preview.create.json.schema setting default to true
to make Avro & Arrow binary data formats more accessible and readable for new comers in data field ;)
1 parent 5d55c74 commit 6f05e53

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ List of Data Preview 🈸 extension config Settings, `data.preview` command(s),
5555
| data.preview.theme | string | dark | Data Preview UI Theme: `dark` or `light` |
5656
| data.preview.charts.plugin | string | d3fc | Data Preview Charts 📊 library to use for built-in charts: [d3fc](https://d3fc.io/) or [highcharts](https://www.highcharts.com/demo) |
5757
| data.preview.create.json.files | boolean | false | Creates `.json` data files for Arrow, Avro & Excel binary data formats |
58-
| data.preview.create.json.schema | boolean | false | Creates `.schema.json` files for Arrow & Avro metadata binary data formats |
58+
| data.preview.create.json.schema | boolean | true | Creates `.schema.json` files for Arrow & Avro metadata binary data formats |
5959
| data.preview.openSavedFileEditor | boolean | true | Opens created data file Content Editor on Data Save |
6060
| data.preview.log.level | string | `info` | Data Preview run log level: `info` or `debug` for issues troubleshooting |
6161

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@
323323
},
324324
"data.preview.create.json.schema": {
325325
"type": "boolean",
326-
"default": false,
326+
"default": true,
327327
"description": "Create '.schema.json' file for Arrow & Avro metadata binary data formats"
328328
},
329329
"data.preview.openSavedFileEditor": {

0 commit comments

Comments
 (0)