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 82e9cde commit 6015914Copy full SHA for 6015914
package.json
@@ -2,7 +2,7 @@
2
"name": "sql-language-server",
3
"displayName": "SQL Language Server",
4
"description": "SQL Language Server Extension for VSC",
5
- "version": "0.5.0",
+ "version": "0.6.0",
6
"main": "./packages/client/out/extension",
7
"repository": {
8
"type": "git",
@@ -33,8 +33,8 @@
33
"contributes": {
34
"commands": [
35
{
36
- "command": "extension.switchDatabaseConnection",
37
- "title": "SQLLanguageServer: Switch database connection"
+ "command": "extension.switchDatabaseConnection",
+ "title": "SQLLanguageServer: Switch database connection"
38
}
39
]
40
},
0 commit comments