Skip to content

Commit 76c725b

Browse files
#149 forgot to add new remote data preview command to ext. activation events list
1 parent 16eaf15 commit 76c725b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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: 3 additions & 1 deletion
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.45.0",
5+
"version": "1.46.0",
66
"icon": "images/data-preview.png",
77
"publisher": "RandomFractalsInc",
88
"author": "Taras Novak a.k.a. dataPixy devTools maker :)",
@@ -30,6 +30,7 @@
3030
"large data",
3131
"async data",
3232
"http data",
33+
"remote data",
3334
"data formatter",
3435
"data export",
3536
"data import",
@@ -72,6 +73,7 @@
7273
"activationEvents": [
7374
"onCommand:data.preview",
7475
"onCommand:data.preview.on.side",
76+
"onCommand:data.preview.remote",
7577
"onWebviewPanel:data.preview",
7678
"onLanguage:json",
7779
"onLanguage:json5",

0 commit comments

Comments
 (0)