File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
88Disclaimer: for the moment, all the commands that I use are rendered.
99Commits will slow down. May not update at all.
1010
11+ ## [ 0.3.2] 2023-02-20
12+ ### Added
13+ * command:
14+ * target (exec|core|native|remote|extended-remote|record)
15+ * silent (in commands)
16+ * loop_break, loop_continue
17+
1118## [ 0.3.1] 2023-02-15
1219### Added
1320 * operator: ! (shell), | (pipe)
Original file line number Diff line number Diff line change @@ -24,9 +24,12 @@ Commits will slow down. May not update at all.
2424
2525## Changelog
2626
27- ## [ 0.3.1 ] 2023-02-15
27+ ## [ 0.3.2 ] 2023-02-20
2828### Added
29- * operator: ! (shell), | (pipe)
29+ * command:
30+ * target (exec|core|native|remote|extended-remote|record)
31+ * silent (in commands)
32+ * loop_break, loop_continue
3033
3134## References
3235 * [ GDB commands, variable and function index] ( https://sourceware.org/gdb/onlinedocs/gdb/Command-and-Variable-Index.html )
Original file line number Diff line number Diff line change 55 "description" : " Syntax color for GDB command" ,
66 "repository" : " https://github.com/pirpyn/gdb-syntax-vscode" ,
77 "icon" : " images/archer.png" ,
8- "version" : " 0.3.1 " ,
8+ "version" : " 0.3.2 " ,
99 "engines" : {
1010 "vscode" : " ^1.45.0"
1111 },
You can’t perform that action at this time.
0 commit comments