Skip to content

Commit

Permalink
Add VS Code configuration files
Browse files Browse the repository at this point in the history
Adds basic configuration and extension recommendations for VS Code.
  • Loading branch information
csutter committed Sep 26, 2023
1 parent 89b31b0 commit bf1bb67
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"recommendations": [
"connorshea.vscode-ruby-test-adapter",
"hbenl.vscode-test-explorer", // Remove when `vscode-ruby-test-adapter` supports native UI
"KoichiSasada.vscode-rdbg",
"Shopify.ruby-lsp",
]
}
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
// GOV.UK Docker uses `rbenv` to manage Ruby versions
"rubyLsp.rubyVersionManager": "rbenv",
"rubyLsp.formatter": "rubocop",
"testExplorer.useNativeTesting": true
}

0 comments on commit bf1bb67

Please sign in to comment.