Skip to content

Commit

Permalink
Add vscode config
Browse files Browse the repository at this point in the history
  • Loading branch information
jonallured committed Oct 9, 2024
1 parent 01ab939 commit 2bf4fda
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"recommendations": [
"shopify.ruby-lsp",
"testdouble.vscode-standard-ruby"
]
}
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"editor.formatOnSave": true,
"[ruby]": {
"editor.defaultFormatter": "testdouble.vscode-standard-ruby"
},
}

0 comments on commit 2bf4fda

Please sign in to comment.