Skip to content

Commit 020edef

Browse files
committed
temp
1 parent 96a48ea commit 020edef

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode/extension/package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,24 @@
2626
"ms-python.python"
2727
],
2828
"contributes": {
29+
"viewsContainers": {
30+
"panel": [
31+
{
32+
"id": "lineage_view",
33+
"title": "Lineage",
34+
"icon": "./assets/images/dag.svg"
35+
}
36+
]
37+
},
38+
"views": {
39+
"lineage_view": [
40+
{
41+
"id": "sqlmesh.lineage",
42+
"name": "",
43+
"type": "webview"
44+
}
45+
]
46+
},
2947
"authentication": [
3048
{
3149
"id": "tobikodata",

0 commit comments

Comments
 (0)