File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 2.0.4
4+ - Update to cdt-gdb-adapter v1.0.8
5+ - [ Add device reset] ( https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/365 )
6+ - [ Suppressing unneeded error message when hovering] ( https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/366 )
7+
38## 2.0.3
49- Fixes [ #144 ] ( https://github.com/eclipse-cdt-cloud/cdt-gdb-vscode/issues/144 ) : Error with the openGdbConsole option
510
Original file line number Diff line number Diff line change 746746 },
747747 "dependencies" : {
748748 "cdt-amalgamator" : " ^0.0.11" ,
749- "cdt-gdb-adapter" : " ^1.0.6 " ,
749+ "cdt-gdb-adapter" : " ^1.0.8 " ,
750750 "react" : " ^17.0.2" ,
751751 "react-dom" : " ^17.0.2"
752752 },
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