Skip to content

Commit

Permalink
Merge pull request #49 from mathworks/dklilley.release-1.2.6
Browse files Browse the repository at this point in the history
MATLAB language server - v1.2.6
  • Loading branch information
dklilley authored Sep 20, 2024
2 parents bc359a3 + bf34646 commit eb825e1
Show file tree
Hide file tree
Showing 11 changed files with 469 additions and 14 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ MATLAB language server implements several Language Server Protocol features and
* Go to definition — [definitionProvider](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_definition)
* Go to references — [referencesProvider](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_references)
* Document symbols — [documentSymbol](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_documentSymbol)
* Code folding - [foldingRangeProvider](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_foldingRange)
* Symbol rename - [renameProvider](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_rename)

## Clients
Expand All @@ -29,8 +28,12 @@ MATLAB language server supports these editors by installing the corresponding ex

### Unreleased

### 1.2.6
Release date: 2024-09-20

Fixed:
* Patches CVE-2024-43788
* Resolves issue preventing code navigation and variable renaming for variables followed by a matrix operation (e.g. `x.^2`)

### 1.2.5
Release date: 2024-08-16
Expand Down
235 changes: 233 additions & 2 deletions package-lock.json

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

Loading

0 comments on commit eb825e1

Please sign in to comment.