Skip to content
Prev Previous commit
fix for solargraph extension
  • Loading branch information
andrewleap-optimizely authored Aug 7, 2023
commit 06602f5265f38e075210fa8a2cad3cd480de6a2f
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"image": "mcr.microsoft.com/devcontainers/ruby:1-3.2-bullseye",

"postCreateCommand": "set -e && bundle install && gem install optimizely-sdk && rake build && gem install pkg/*",
"postCreateCommand": "set -e && bundle install && gem install optimizely-sdk && rake build && gem install pkg/* && gem install solargraph",

"customizations": {
"vscode": {
Expand Down