Skip to content

Commit 29714e0

Browse files
authored
fix(vscode): force extension to run on host (#4194)
1 parent dbf69c0 commit 29714e0

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

vscode/extension/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"activationEvents": [
1818
"onLanguage:sql"
1919
],
20+
"extensionKind": [
21+
"workspace"
22+
],
2023
"main": "./dist/extension.js",
2124
"contributes": {
2225
"authentication": [
@@ -42,9 +45,9 @@
4245
"description": "SQLMesh"
4346
},
4447
{
45-
"command": "sqlmesh.signinSpecifyFlow",
46-
"title": "Sign in to Tobiko Cloud (Specify Auth Flow)",
47-
"description": "SQLMesh"
48+
"command": "sqlmesh.signinSpecifyFlow",
49+
"title": "Sign in to Tobiko Cloud (Specify Auth Flow)",
50+
"description": "SQLMesh"
4851
},
4952
{
5053
"command": "sqlmesh.signout",

0 commit comments

Comments
 (0)