Skip to content

Commit b02551e

Browse files
authored
v2.4.1 Release Preparations (#188)
Signed-off-by: Jens Reinecke <[email protected]>
1 parent 0cf19b2 commit b02551e

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Change Log
22

3-
## Unreleased
3+
## 2.4.1
44

55
- Fixes [`184`](https://github.com/eclipse-cdt-cloud/cdt-gdb-vscode/issues/184): Add `auxiliaryGdb` setting to `attach` type for `gdbtarget`.
6+
- Update to cdt-gdb-adapter v1.4.1
7+
- Fixes [cdt-gdb-adapter `400`](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/400): Evaluation of variables to support RTOS Views extension.
68

79
## 2.4.0
810

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdt-gdb-vscode",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"displayName": "CDT GDB Debug Adapter Extension",
55
"description": "CDT GDB debug adapter extension for Visual Studio Code",
66
"publisher": "eclipse-cdt",
@@ -801,7 +801,7 @@
801801
},
802802
"dependencies": {
803803
"cdt-amalgamator": "^0.0.11",
804-
"cdt-gdb-adapter": "^1.4.0",
804+
"cdt-gdb-adapter": "^1.4.1",
805805
"react": "^19.1.0",
806806
"react-dom": "^19.1.0"
807807
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,10 +1203,10 @@ cdt-amalgamator@^0.0.11:
12031203
"@vscode/debugadapter-testsupport" "^1.59.0"
12041204
"@vscode/debugprotocol" "^1.59.0"
12051205

1206-
cdt-gdb-adapter@^1.4.0:
1207-
version "1.4.0"
1208-
resolved "https://registry.yarnpkg.com/cdt-gdb-adapter/-/cdt-gdb-adapter-1.4.0.tgz#ea6a98d0645b0ce3569e3910897452f8e20bbfee"
1209-
integrity sha512-Q9oP47VyKhEhddlWd2dhEvwm9zL5LCHwYAoR8USjjCCqMDIv/as+gOh2toPTZk1YB1sFQh5vO77CGT3Jx6TIRA==
1206+
cdt-gdb-adapter@^1.4.1:
1207+
version "1.4.1"
1208+
resolved "https://registry.yarnpkg.com/cdt-gdb-adapter/-/cdt-gdb-adapter-1.4.1.tgz#010d7d58d2dcab44ab99c0a7d751c396f67d99cd"
1209+
integrity sha512-MuX6cy4Q0JHfEosQJwF9tGOcNznG8LJ4pBGZaG185Nyh3DUGGtxUBK7qS3kqRT7Xfft2EAkiH930xTLo9jHTqA==
12101210
dependencies:
12111211
"@vscode/debugadapter" "^1.68.0"
12121212
"@vscode/debugprotocol" "^1.68.0"

0 commit comments

Comments
 (0)