File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
8
8
Disclaimer: for the moment, all the commands that I use are rendered.
9
9
Commits will slow down. May not update at all.
10
10
11
+ ## [ 0.5.7] 2024-07-23
12
+ ### added
13
+ * set disable-randomization
14
+ * set disassemble-next-line
15
+ * set disassembly-flavor
16
+
11
17
## [ 0.5.6] 2024-04-15
12
18
### added
13
19
* set detach-on-fork
Original file line number Diff line number Diff line change 7
7
8
8
VSCode grammar extension to color higlight scripts for GDB
9
9
10
- ## [ 0.5.6 ] 2024-04-15
10
+ ## [ 0.5.7 ] 2024-07-23
11
11
### added
12
- * set detach-on-fork
13
- * set follow-fork-mode
14
- * set demangle-style
15
- * set print
16
- * demangle
17
- * object
18
- * sevenbit-strings
19
- * static-members
12
+ * set disable-randomization
13
+ * set disassemble-next-line
14
+ * set disassembly-flavor
20
15
21
16
Disclaimer: for the moment, all the commands that I use are rendered.
22
17
Commits will slow down. May not update at all.
Original file line number Diff line number Diff line change 5
5
"description" : " Syntax color for GDB command" ,
6
6
"repository" : " https://github.com/pirpyn/gdb-syntax-vscode" ,
7
7
"icon" : " images/archer.png" ,
8
- "version" : " 0.5.6 " ,
8
+ "version" : " 0.5.7 " ,
9
9
"engines" : {
10
10
"vscode" : " ^1.45.0"
11
11
},
You can’t perform that action at this time.
0 commit comments