Skip to content

Commit

Permalink
Use Ruby LSP
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Oct 18, 2023
1 parent 4f86670 commit 0d2a8a4
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@
}
},

// 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"
],
"customizations": {
"vscode": {
"extensions": [
"Shopify.ruby-lsp"
]
}
},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
Expand All @@ -30,8 +31,8 @@

// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode",

"features": {
"github-cli": "latest"
}

}

0 comments on commit 0d2a8a4

Please sign in to comment.