Skip to content

Commit

Permalink
#149 forgot to add new remote data preview command to ext. activation…
Browse files Browse the repository at this point in the history
… events list
  • Loading branch information
RandomFractals committed Sep 17, 2019
1 parent 16eaf15 commit 76c725b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-data-preview",
"displayName": "Data Preview",
"description": "Data Preview 🈸 extension for importing 📤 viewing 🔎 slicing 🔪 dicing 🎲 charting 📊 & exporting 📥 large JSON array/config, YAML, Apache Arrow, Avro & Excel data files",
"version": "1.45.0",
"version": "1.46.0",
"icon": "images/data-preview.png",
"publisher": "RandomFractalsInc",
"author": "Taras Novak a.k.a. dataPixy devTools maker :)",
Expand Down Expand Up @@ -30,6 +30,7 @@
"large data",
"async data",
"http data",
"remote data",
"data formatter",
"data export",
"data import",
Expand Down Expand Up @@ -72,6 +73,7 @@
"activationEvents": [
"onCommand:data.preview",
"onCommand:data.preview.on.side",
"onCommand:data.preview.remote",
"onWebviewPanel:data.preview",
"onLanguage:json",
"onLanguage:json5",
Expand Down

0 comments on commit 76c725b

Please sign in to comment.