We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf69c0 commit 29714e0Copy full SHA for 29714e0
1 file changed
vscode/extension/package.json
@@ -17,6 +17,9 @@
17
"activationEvents": [
18
"onLanguage:sql"
19
],
20
+ "extensionKind": [
21
+ "workspace"
22
+ ],
23
"main": "./dist/extension.js",
24
"contributes": {
25
"authentication": [
@@ -42,9 +45,9 @@
42
45
"description": "SQLMesh"
43
46
},
44
47
{
- "command": "sqlmesh.signinSpecifyFlow",
- "title": "Sign in to Tobiko Cloud (Specify Auth Flow)",
- "description": "SQLMesh"
48
+ "command": "sqlmesh.signinSpecifyFlow",
49
+ "title": "Sign in to Tobiko Cloud (Specify Auth Flow)",
50
+ "description": "SQLMesh"
51
52
53
"command": "sqlmesh.signout",
0 commit comments