Skip to content

Commit

Permalink
Refactor devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
haru committed Jan 18, 2024
1 parent eb967ba commit 277e3a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@

// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"rebornix.Ruby",
"mtxr.sqltools",
"mtxr.sqltools-driver-pg",
"craigmaslowski.erb",
Expand All @@ -53,7 +52,8 @@
"ms-azuretools.vscode-docker",
"KoichiSasada.vscode-rdbg",
"Serhioromano.vscode-gitflow",
"github.vscode-github-actions"
"github.vscode-github-actions",
"Shopify.ruby-extensions-pack"
],

// Use 'forwardPorts' to make a list of ports inside the container available locally.
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/post-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ -f plugins/${PLUGIN_NAME}/Gemfile_for_test ]
then
cp plugins/${PLUGIN_NAME}/Gemfile_for_test plugins/${PLUGIN_NAME}/Gemfile
fi
cp plugins/${PLUGIN_NAME}/test/fixtures/*.yml test/fixtures

ln -s /workspaces/${PLUGIN_NAME}/.devcontainer/launch.json .vscode/launch.json

bundle install
Expand Down

0 comments on commit 277e3a4

Please sign in to comment.