Skip to content

Commit

Permalink
Merge pull request #17 from alphagov/vscode
Browse files Browse the repository at this point in the history
Add VS Code configuration files
  • Loading branch information
csutter authored Sep 26, 2023
2 parents 89b31b0 + bf1bb67 commit 5cdaa02
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 5cdaa02

Please sign in to comment.