Skip to content

Commit

Permalink
Remove deprecated Ruby extension (#894)
Browse files Browse the repository at this point in the history
* Replace deprecated Ruby extension

* Remove the extension since the feature is already installing it

* Update devcontainer.json
  • Loading branch information
joshaber committed Dec 20, 2023
1 parent fd61e38 commit a3ade01
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/ruby/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,6 @@
"ppa": "false"
}
},
// Configure tool-specific properties.
"customizations": {
// Configure properties specific to VS Code.
"vscode": {
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"rebornix.Ruby"
]
}
},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "ruby --version",

// Set `remoteUser` to `root` to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode"
}

0 comments on commit a3ade01

Please sign in to comment.