Skip to content

Commit

Permalink
Enable bypassTypechcker by default
Browse files Browse the repository at this point in the history
Because this project has Sorbet as a dependency, this setting is required
for testing features like completion. And instead of asking every contributor
to manually turn it on before testing, which could easily be missed,
we can just turn it on by default.
  • Loading branch information
st0012 committed Jan 11, 2024
1 parent 47fb992 commit 8e6abae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"[ruby]": {
"editor.defaultFormatter": "Shopify.ruby-lsp",
},
// So features like completion can still be displayed with Sorbet's
"rubyLsp.bypassTypechecker": true,
"search.exclude": {
"**/test/fixtures/prism": true
},
Expand Down

0 comments on commit 8e6abae

Please sign in to comment.