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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ MATLAB® language server implements the Microsoft® [Language Server Proto
5
5
6
6
MATLAB language server requires MATLAB version R2021a or later.
7
7
8
+
**Note:** This extension will no longer support MATLAB R2021a in a future release. To make use of the advanced features of the extension or run MATLAB code, you will need to have MATLAB R2021b or later installed.
9
+
8
10
## Features Implemented
9
11
MATLAB language server implements several Language Server Protocol features and their related services:
@@ -25,6 +27,20 @@ MATLAB language server supports these editors by installing the corresponding ex
25
27
26
28
### Unreleased
27
29
30
+
### 1.2.3
31
+
Release date: 2024-06-11
32
+
33
+
Notice:
34
+
* The MATLAB language server will no longer support MATLAB R2021a in a future release. To make use of the advanced features of the extension or run MATLAB code, you will need to have MATLAB R2021b or later installed.
35
+
36
+
Added:
37
+
* Added a system to detect if the connected MATLAB release is supported by the language server. This will inform the client, which may display a notification to the user about this.
38
+
39
+
Fixed:
40
+
* Resolved issue with connecting to Intel MATLAB installation on Apple Silicon machines
41
+
* Resolved error if MATLAB process is killed unexpectedly
42
+
* Fixed bug where "never" startup timing was ignored
0 commit comments