We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e955f6c commit 0253d2fCopy full SHA for 0253d2f
CHANGELOG.md
@@ -3,7 +3,14 @@
3
## [Unreleased 0.5.0]
4
5
- Package `sqls` language server into `vscode-sql-notebook`.
6
- - When running on a compatible arch/os, notebooks will now
7
- benefit from enhacned typed autocomplete and hover information
8
- when connected to a valid database connection.
+ - When running on a compatible arch/os, notebooks can now
+ benefit from intelligent autocomplete and hover information
+ when connected to a valid database connection. To enable this unstable
9
+ feature, set `SQLNotebook.useLanguageServer: true` in settings.
10
- New configuration option for query timeout in milliseconds. Defaults to 30000.
11
+
12
+```json
13
+{
14
+ "SQLNotebook.queryTimeout": 30000
15
+}
16
+```
0 commit comments