Skip to content

Commit

Permalink
Update devcontainer.json to use Shopify.ruby-lsp extension
Browse files Browse the repository at this point in the history
rebornix.Ruby is deprecated.
  • Loading branch information
rafaelfranca committed Jun 20, 2023
1 parent 330a123 commit 0a4d76d
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .devcontainer/devcontainer.json
Expand Up @@ -19,13 +19,15 @@
}
},

// Set *default* container specific settings.json values on container create.
"settings": {},

// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"rebornix.Ruby"
],
// Configure tool-specific properties.
"customizations": {
"vscode": {
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"Shopify.ruby-lsp"
]
}
},

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

0 comments on commit 0a4d76d

Please sign in to comment.