Skip to content

chore(vscode): remove sorbet extension and provide recommendations #720

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,13 @@
"asciidoc.antora.showEnableAntoraPrompt": true
},
"extensions": [
"castwide.solargraph",
"redhat.vscode-yaml",
"asciidoctor.asciidoctor-vscode",
"zhwu95.riscv",
"mathematic.vscode-pdf",
"castwide.solargraph",
"CraigMaslowski.erb",
"HowerLimited.udb-extension-pack-vscode",
"sorbet.sorbet-vscode-extension"
"mathematic.vscode-pdf",
"redhat.vscode-yaml",
"zhwu95.riscv"
]
}
},
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
.asciidoctor
.vscode/*
!.vscode/launch.json
!.vscode/extensions.json
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditto to Paul.

.container-type
diag-ditaa-*
arch/manual/isa/**/riscv-isa-manual
Expand Down
11 changes: 11 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"recommendations": [
"asciidoctor.asciidoctor-vscode",
"castwide.solargraph",
"CraigMaslowski.erb",
"HowerLimited.udb-extension-pack-vscode",
"mathematic.vscode-pdf",
"redhat.vscode-yaml",
"zhwu95.riscv"
]
}
Loading