We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1751379 commit 829d3ddCopy full SHA for 829d3dd
README.md
@@ -27,6 +27,9 @@ MATLAB language server supports these editors by installing the corresponding ex
27
28
### Unreleased
29
30
+### 1.2.5
31
+Release date: 2024-08-16
32
+
33
Fixed:
34
* Leading or trailing whitespace in `installPath` setting is ignored when connecting to MATLAB
35
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "matlab-language-server",
3
- "version": "1.2.4",
+ "version": "1.2.5",
4
"description": "Language Server for MATLAB code",
5
"main": "./src/index.ts",
6
"bin": "./out/index.js",
0 commit comments