Skip to content

Commit

Permalink
v0.25.1 - Default sqltools.useNodeRuntime to false (fixes #972) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gjsjohnmurray authored Sep 16, 2022
1 parent 36bea5f commit 1d5235f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/src/pages/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ route: /changelog

## v0.25

### v0.25.1 - (Sep 16, 2022)

- **Extension**
- Default `sqltools.useNodeRuntime` to `false` to resolve a startup failure affecting some 0.25.0 users.

### v0.25.0 - (Sep 15, 2022)

- **Extension**
Expand Down
4 changes: 2 additions & 2 deletions packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sqltools",
"displayName": "SQLTools",
"description": "Database management done right. Connection explorer, query runner, intellisense, bookmarks, query history. Feel like a database hero!",
"version": "0.25.0",
"version": "0.25.1",
"publisher": "mtxr",
"license": "MIT",
"preview": false,
Expand Down Expand Up @@ -851,7 +851,7 @@
"boolean",
"string"
],
"default": true,
"default": false,
"description": "Enable node runtime usage."
},
"sqltools.languageServerEnv": {
Expand Down

0 comments on commit 1d5235f

Please sign in to comment.