We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f00f3d commit ddd7f83Copy full SHA for ddd7f83
1 file changed
vscode/extension/package.json
@@ -8,6 +8,7 @@
8
"type": "git",
9
"url": "https://github.com/tobikodata/sqlmesh"
10
},
11
+ "main": "./dist/extension.js",
12
"icon": "assets/logo.png",
13
"engines": {
14
"vscode": "^1.98.0"
@@ -21,7 +22,9 @@
21
22
"extensionKind": [
23
"workspace"
24
],
- "main": "./dist/extension.js",
25
+ "extensionDependencies": [
26
+ "ms-python.python"
27
+ ],
28
"contributes": {
29
"authentication": [
30
{
0 commit comments