Skip to content

Commit 8948376

Browse files
dklilleyGitHub Enterprise
authored andcommitted
Merge branch 'main' into benjamih.feat.rename_support
2 parents ebbe98d + 829d3dd commit 8948376

File tree

14 files changed

+1082
-31
lines changed

14 files changed

+1082
-31
lines changed

.vscode/launch.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"args": [
6+
"-u",
7+
"bdd",
8+
"--timeout",
9+
"999999",
10+
"--colors",
11+
"${workspaceFolder}/tests/**/*.test.ts",
12+
],
13+
"internalConsoleOptions": "openOnSessionStart",
14+
"name": "Mocha Tests",
15+
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
16+
"request": "launch",
17+
"skipFiles": [
18+
"<node_internals>/**"
19+
],
20+
"type": "node"
21+
}
22+
23+
]
24+
}

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ MATLAB language server supports these editors by installing the corresponding ex
2727

2828
### Unreleased
2929

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+
36+
### 1.2.4
37+
Release date: 2024-07-12
38+
3039
Added:
3140
* Improvements to code folding (requires MATLAB R2024b or later)
3241

matlab/logFile

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)