Skip to content

Commit 741b800

Browse files
authored
chore(vscode): remove sorbet vscode extension (#720)
The Sorbet vscode extension is not working; not sure why. Removing for now.
1 parent 291f78f commit 741b800

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,13 @@
2525
"asciidoc.antora.showEnableAntoraPrompt": true
2626
},
2727
"extensions": [
28-
"castwide.solargraph",
29-
"redhat.vscode-yaml",
3028
"asciidoctor.asciidoctor-vscode",
31-
"zhwu95.riscv",
32-
"mathematic.vscode-pdf",
29+
"castwide.solargraph",
3330
"CraigMaslowski.erb",
3431
"HowerLimited.udb-extension-pack-vscode",
35-
"sorbet.sorbet-vscode-extension"
32+
"mathematic.vscode-pdf",
33+
"redhat.vscode-yaml",
34+
"zhwu95.riscv"
3635
]
3736
}
3837
},

0 commit comments

Comments
 (0)