Skip to content

Commit

Permalink
Prepare 2.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-bsaviano committed Mar 10, 2025
1 parent d4f43fb commit 582a3b7
Show file tree
Hide file tree
Showing 7 changed files with 181 additions and 156 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## [2.7.1] - 2025-XX-XX
## [2.7.1] - 2025-03-10
- Fix issue [#360](https://github.com/intersystems/language-server/issues/360): Infinite recursion in local variable type inference
- Fix issue [#361](https://github.com/intersystems/language-server/issues/361): Normalize Input UIs
- Fix issue [#361](https://github.com/intersystems/language-server/issues/361): Input UI tweaks

## [2.7.0] - 2025-02-03
- Fix issue [#258](https://github.com/intersystems/language-server/issues/258): Support Windows Arm
Expand Down
18 changes: 9 additions & 9 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"vscode": "^1.93.0"
},
"dependencies": {
"axios": "^1.7.9",
"axios": "^1.8.2",
"vscode-cache": "^0.3.0",
"vscode-languageclient": "^9.0.1"
},
Expand Down
Loading

0 comments on commit 582a3b7

Please sign in to comment.