We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92be690 commit 6ee7900Copy full SHA for 6ee7900
.gitignore
@@ -9,6 +9,7 @@
9
.asciidoctor
10
.vscode/*
11
!.vscode/launch.json
12
+!.vscode/extensions.json
13
.container-type
14
diag-ditaa-*
15
arch/manual/isa/**/riscv-isa-manual
.vscode/extensions.json
@@ -0,0 +1,11 @@
1
+{
2
+ "recommendations": [
3
+ "asciidoctor.asciidoctor-vscode",
4
+ "castwide.solargraph",
5
+ "CraigMaslowski.erb",
6
+ "HowerLimited.udb-extension-pack-vscode",
7
+ "mathematic.vscode-pdf",
8
+ "redhat.vscode-yaml",
+ "zhwu95.riscv"
+ ]
+}
0 commit comments