Skip to content

Commit

Permalink
Prepare Release 0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhem committed Oct 23, 2024
1 parent 35ab76f commit b31aad4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Future version(s)
- Add triggers in side panel
### 0.5.9
- Add triggers in side panel (check under schemas in side panel)
- Fix non-SQL Server linked server show records button in side panel

### 0.5.8
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ This is a fork of the [Microsoft SQL Server/Azure](https://github.com/mtxr/vscod
- This happens when you are using a different Node version from `How to activate?` step 1.
- (IMPORTANT!) Close VSCode
- Go to your extension directory
- Windows: `%USERPROFILE%\.vscode\extensions\fzhem.sqltools-driver-mssql-commver-0.5.7`
- Linux: `~/.vscode/extensions/fzhem.sqltools-driver-mssql-commver-0.5.7`
- Mac OS: `~/.vscode/extensions/fzhem.sqltools-driver-mssql-commver-0.5.7`
- Windows: `%USERPROFILE%\.vscode\extensions\fzhem.sqltools-driver-mssql-commver-0.5.9`
- Linux: `~/.vscode/extensions/fzhem.sqltools-driver-mssql-commver-0.5.9`
- Mac OS: `~/.vscode/extensions/fzhem.sqltools-driver-mssql-commver-0.5.9`
- Run `npm install [email protected]` in your terminal.
- Alternatively you can run `npm rebuild` but that may require additional libraries.

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sqltools-driver-mssql-commver",
"displayName": "SQLTools Microsoft SQL Server/Azure+",
"description": "SQLTools Microsoft SQL Server/Azure+",
"version": "0.5.8",
"version": "0.5.9",
"engines": {
"vscode": "^1.72.0"
},
Expand Down Expand Up @@ -67,11 +67,11 @@
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/lodash": "^4.17.10",
"@types/lodash": "^4.17.12",
"@types/mssql": "^9.1.5",
"@types/uuid": "^10.0.0",
"@types/vscode": "^1.72.0",
"@vscode/vsce": "^3.1.1",
"@vscode/vsce": "^3.2.0",
"concurrently": "^9.0.1",
"cross-env": "^7.0.3",
"esbuild": "^0.24.0",
Expand Down

0 comments on commit b31aad4

Please sign in to comment.