Skip to content

Commit

Permalink
Fix devcontainer.json
Browse files Browse the repository at this point in the history
It turns out the actual source of the error was bad JSON.
  • Loading branch information
spenserblack authored Dec 11, 2023
1 parent b4e4f0f commit 9229e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"vscode": {
"extensions": [
"EditorConfig.EditorConfig",
"Shopify.ruby-lsp"
"Shopify.ruby-lsp",
"rust-lang.rust-analyzer",
"tomoyukim.vscode-mermaid-editor"
],
Expand Down

0 comments on commit 9229e6a

Please sign in to comment.