aboutsummaryrefslogtreecommitdiff
path: root/src/ruby/devcontainer-feature.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/ruby/devcontainer-feature.json')
-rw-r--r--src/ruby/devcontainer-feature.json12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/ruby/devcontainer-feature.json b/src/ruby/devcontainer-feature.json
index b19320f..9407992 100644
--- a/src/ruby/devcontainer-feature.json
+++ b/src/ruby/devcontainer-feature.json
@@ -1,6 +1,6 @@
{
"id": "ruby",
- "version": "1.0.0",
+ "version": "1.0.1",
"name": "Ruby (via rvm)",
"description": "Installs Ruby, rvm, rbenv, common Ruby utilities, and needed dependencies.",
"options": {
@@ -17,9 +17,13 @@
"description": "Select or enter a Ruby version to install"
}
},
- "extensions": [
- "rebornix.Ruby"
- ],
+ "customizations": {
+ "vscode": {
+ "extensions": [
+ "rebornix.Ruby"
+ ]
+ }
+ },
"containerEnv": {
"GEM_PATH": "/usr/local/rvm/gems/default:/usr/local/rvm/gems/default@global",
"GEM_HOME": "/usr/local/rvm/gems/default",