RandomFractals / vscode-data-table

Data Table 🈸 , Flat Data Grid 中 & Data Summary 🈷️ Renderers for VSCode Notebook 📓 Cell ⌗ Data Outputs
https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-data-table
Apache License 2.0
25 stars 5 forks source link

Activate Data Table renderer extension for workspaces with .ipynb, .restbook and .xbook #98

Closed RandomFractals closed 3 years ago

RandomFractals commented 3 years ago

to speed up data table renderer activation and results display in those notebooks.

use this code snippet for activation events in package.json:

"activationEvents": [
        "workspaceContains:**/*.xbook",
        "workspaceContains:**\/*.ipynb",

from: https://github.com/DeltaXML/vscode-xpath-notebook/blob/main/package.json