Skip to content

Commit 7ee97b6

Browse files
William-AnWebFreak001
authored andcommitted
Enable breakpoints for RISC-V assembly
1 parent 26d7d9f commit 7ee97b6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@
101101
},
102102
{
103103
"language": "zig"
104+
},
105+
{
106+
"language": "riscv"
104107
}
105108
],
106109
"debuggers": [
@@ -129,7 +132,8 @@
129132
"vala",
130133
"crystal",
131134
"kotlin",
132-
"zig"
135+
"zig",
136+
"riscv"
133137
],
134138
"variables": {
135139
"FileBasenameNoExt": "code-debug.getFileBasenameNoExt",
@@ -595,7 +599,8 @@
595599
"vala",
596600
"crystal",
597601
"kotlin",
598-
"zig"
602+
"zig",
603+
"riscv"
599604
],
600605
"variables": {
601606
"FileBasenameNoExt": "code-debug.getFileBasenameNoExt",

0 commit comments

Comments
 (0)