You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,7 @@
3
3
4
4
MATLAB® language server implements the Microsoft®[Language Server Protocol](https://github.com/Microsoft/language-server-protocol) for the MATLAB language.
5
5
6
-
MATLAB language server requires MATLAB version R2021a or later.
7
-
8
-
**Note:** This language server will no longer support MATLAB R2021a in a future release. To use advanced features or run MATLAB code, you will need to have MATLAB R2021b or later installed.
6
+
MATLAB language server requires MATLAB version R2021b or later.
9
7
10
8
## Features Implemented
11
9
MATLAB language server implements several Language Server Protocol features and their related services:
@@ -31,6 +29,9 @@ MATLAB language server supports these editors by installing the corresponding ex
31
29
### 1.3.0
32
30
Release date: 2024-12-18
33
31
32
+
Notice:
33
+
* The MATLAB language server no longer supports MATLAB R2021a. To make use of the advanced features of the extension or run and debug MATLAB code, you must have MATLAB R2021b or later installed.
34
+
34
35
Added:
35
36
* Debugging support
36
37
* Include snippets defined within MATLAB (requires MATLAB R2025a or later)
0 commit comments