Skip to content

Commit 0253d2f

Browse files
committed
docs: cleanup changelog
1 parent e955f6c commit 0253d2f

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

CHANGELOG.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
33
## [Unreleased 0.5.0]
44

55
- 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.
6+
- When running on a compatible arch/os, notebooks can now
7+
benefit from intelligent autocomplete and hover information
8+
when connected to a valid database connection. To enable this unstable
9+
feature, set `SQLNotebook.useLanguageServer: true` in settings.
910
- New configuration option for query timeout in milliseconds. Defaults to 30000.
11+
12+
```json
13+
{
14+
"SQLNotebook.queryTimeout": 30000
15+
}
16+
```

0 commit comments

Comments
 (0)