File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## Unreleased
4- - Implements:
3+ ## 2.0.4
4+ - Update to cdt-gdb-adapter v1.0.8
55 - [ Optional device reset during debug session] ( https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/359 )
6+ - [ Suppressing unneeded error message when hovering] ( https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/366 )
67
78## 2.0.3
89- Fixes [ #144 ] ( https://github.com/eclipse-cdt-cloud/cdt-gdb-vscode/issues/144 ) : Error with the openGdbConsole option
Original file line number Diff line number Diff line change 775775 },
776776 "dependencies" : {
777777 "cdt-amalgamator" : " ^0.0.11" ,
778- "cdt-gdb-adapter" : " ^1.0.6 " ,
778+ "cdt-gdb-adapter" : " ^1.0.8 " ,
779779 "react" : " ^17.0.2" ,
780780 "react-dom" : " ^17.0.2"
781781 },
Original file line number Diff line number Diff line change @@ -832,10 +832,10 @@ cdt-amalgamator@^0.0.11:
832832 " @vscode/debugadapter-testsupport" " ^1.59.0"
833833 " @vscode/debugprotocol" " ^1.59.0"
834834
835- cdt-gdb-adapter@^1.0.6 :
836- version "1.0.6 "
837- resolved "https://registry.yarnpkg.com/cdt-gdb-adapter/-/cdt-gdb-adapter-1.0.6 .tgz#1dac4ff4cb5836f157481f523c1e7ea133a096f0 "
838- integrity sha512-XUL7RRWlngHno9MkB43/sO+Q3wygkf6Wv70YhAw26D+SGAiGpa7fpARdnonQHVfBHQD2TAG7dePb0t5nmA6LvQ ==
835+ cdt-gdb-adapter@^1.0.8 :
836+ version "1.0.8 "
837+ resolved "https://registry.yarnpkg.com/cdt-gdb-adapter/-/cdt-gdb-adapter-1.0.8 .tgz#6c8271f76bcdaed8b55347501c957aa4062ee1a6 "
838+ integrity sha512-A7/0QJAUjCcrUZ5A54aVFOuUtEH273EmbOfyvJhHZzMJEWM1899MVkohrfM4nGEqbUzSrvHoQW3a44I5DykoIA ==
839839 dependencies :
840840 " @vscode/debugadapter" " ^1.68.0"
841841 " @vscode/debugprotocol" " ^1.68.0"
You can’t perform that action at this time.
0 commit comments