Skip to content

Commit eb825e1

Browse files
authored
Merge pull request #49 from mathworks/dklilley.release-1.2.6
MATLAB language server - v1.2.6
2 parents bc359a3 + bf34646 commit eb825e1

File tree

11 files changed

+469
-14
lines changed

11 files changed

+469
-14
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ MATLAB language server implements several Language Server Protocol features and
1717
* Go to definition — [definitionProvider](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_definition)
1818
* Go to references — [referencesProvider](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_references)
1919
* Document symbols — [documentSymbol](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_documentSymbol)
20-
* Code folding - [foldingRangeProvider](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_foldingRange)
2120
* Symbol rename - [renameProvider](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_rename)
2221

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

3029
### Unreleased
3130

31+
### 1.2.6
32+
Release date: 2024-09-20
33+
3234
Fixed:
3335
* Patches CVE-2024-43788
36+
* Resolves issue preventing code navigation and variable renaming for variables followed by a matrix operation (e.g. `x.^2`)
3437

3538
### 1.2.5
3639
Release date: 2024-08-16

package-lock.json

+233-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)