Skip to content

Commit

Permalink
Use Ruby LSP instead of rebornix.Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Sep 5, 2023
1 parent 5d26375 commit 8ee21cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Ruby",
"build": {
"dockerfile": "Dockerfile",
"args": {
"args": {
// Update 'VARIANT' to pick a Ruby version: 3, 3.1, 3.0, 2, 2.7
// Append -bullseye or -buster to pin to an OS version.
// Use -bullseye variants on local on arm64/Apple Silicon.
Expand All @@ -20,11 +20,11 @@
"vscode": {
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"rebornix.Ruby"
"Shopify.ruby-lsp"
]
}
},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

Expand Down

0 comments on commit 8ee21cf

Please sign in to comment.