We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ef7a2 commit 136d655Copy full SHA for 136d655
package.json
@@ -48,14 +48,24 @@
48
"cell",
49
"text",
50
"output",
51
- "renderer"
+ "renderer",
52
+ "examples"
53
],
54
"activationEvents": [
55
+ "onCommand:data.table.notebook.examples",
56
"onRenderer:vscode-data-table",
57
"onRenderer:vscode-data-summary"
58
59
"main": "./out/extension/extension.js",
60
"contributes": {
61
+ "commands": [
62
+ {
63
+ "command": "data.table.notebook.examples",
64
+ "title": "Notebook Examples",
65
+ "category": "Data Table",
66
+ "icon": "$(notebook)"
67
+ }
68
+ ],
69
"notebookRenderer": [
70
{
71
"id": "vscode-data-table",
0 commit comments