Skip to content

Commit 6ee7900

Browse files
authored
feat(dev): have vscode recommend extensions for the project (#750)
1 parent 92be690 commit 6ee7900

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
.asciidoctor
1010
.vscode/*
1111
!.vscode/launch.json
12+
!.vscode/extensions.json
1213
.container-type
1314
diag-ditaa-*
1415
arch/manual/isa/**/riscv-isa-manual

.vscode/extensions.json

+11
Original file line numberDiff line numberDiff line change
@@ -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",
9+
"zhwu95.riscv"
10+
]
11+
}

0 commit comments

Comments
 (0)