Skip to content

Commit c4aea1b

Browse files
#91 .md files mapping and open to side patch
1 parent 3558518 commit c4aea1b

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-data-preview",
33
"displayName": "Data Preview",
44
"description": "Data Preview 🈸 extension for importing 📤 viewing 🔎 slicing 🔪 dicing 🎲 charting 📊 & exporting 📥 large JSON array/config, YAML, Apache Arrow, Avro & Excel data files",
5-
"version": "1.24.0",
5+
"version": "1.24.1",
66
"icon": "images/data-preview.png",
77
"publisher": "RandomFractalsInc",
88
"author": "Taras Novak",
@@ -185,15 +185,6 @@
185185
"YAML"
186186
]
187187
},
188-
{
189-
"id": "md",
190-
"extensions": [
191-
".md"
192-
],
193-
"aliases": [
194-
"Markdown"
195-
]
196-
},
197188
{
198189
"id": "csv",
199190
"extensions": [
@@ -280,7 +271,7 @@
280271
},
281272
{
282273
"command": "data.preview.on.side",
283-
"when": "resourceFilename =~ /.*\\.(json|json5|hjson|arrow|arr|avro|parquet|parq|config|env|properties|ini|yaml|yml|md|csv|tsv|txt|tab|dif|ods|slk|xls|xlsb|xlsx|xlsm|xml|html)/",
274+
"when": "resourceFilename =~ /.*\\.(json|json5|hjson|arrow|arr|avro|parquet|parq|config|env|properties|ini|yaml|yml|csv|tsv|txt|tab|dif|ods|slk|xls|xlsb|xlsx|xlsm|xml|html)/",
284275
"group": "navigation"
285276
}
286277
],

0 commit comments

Comments
 (0)