We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d7d9f commit 7ee97b6Copy full SHA for 7ee97b6
package.json
@@ -101,6 +101,9 @@
101
},
102
{
103
"language": "zig"
104
+ },
105
+ {
106
+ "language": "riscv"
107
}
108
],
109
"debuggers": [
@@ -129,7 +132,8 @@
129
132
"vala",
130
133
"crystal",
131
134
"kotlin",
- "zig"
135
+ "zig",
136
+ "riscv"
137
138
"variables": {
139
"FileBasenameNoExt": "code-debug.getFileBasenameNoExt",
@@ -595,7 +599,8 @@
595
599
596
600
597
601
598
602
603
604
605
606
0 commit comments