Skip to content

Commit

Permalink
add onUri activation event in package.json and bump to v1.8.0 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomFractals committed Feb 3, 2022
1 parent b9331f2 commit 77009d1
Show file tree
Hide file tree
Showing 2 changed files with 3 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.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tabular-data-viewer",
"displayName": "Tabular Data Viewer 中",
"description": "Tabular Data Viewer provides fast DSV data loading and custom Table Views 🀄 for large local and remote .csv, .tsv and .tab data files with Tabulator Table, Perspective View, D3FC Chart Views 📊📈 and Papa Parse CSV parser.",
"version": "1.7.0",
"version": "1.8.0",
"engines": {
"vscode": "^1.63.0"
},
Expand Down Expand Up @@ -48,6 +48,7 @@
"data perspective view"
],
"activationEvents": [
"onUri",
"onLanguage:csv",
"onLanguage:tsv",
"onCommand:tabular.data.openDataFile",
Expand Down

0 comments on commit 77009d1

Please sign in to comment.