Skip to content

Commit

Permalink
Update README note
Browse files Browse the repository at this point in the history
Make it clearer that the extension pack includes Sorbet that's
conditionally activated. Also that the debugger extension is on its way
out.
  • Loading branch information
gmcgibbon committed Feb 14, 2024
1 parent 4e13076 commit bc859b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ This extension pack contains an opinionated collection of pre-configured extensi

- [Ruby LSP](https://marketplace.visualstudio.com/items?itemName=Shopify.ruby-lsp)
- [VSCode rdbg Ruby Debugger](https://marketplace.visualstudio.com/items?itemName=koichisasada.vscode-rdbg)
- [Ruby Sorbet](https://marketplace.visualstudio.com/items?itemName=sorbet.sorbet-vscode-extension)

Notice that [Ruby Sorbet](https://marketplace.visualstudio.com/items?itemName=sorbet.sorbet-vscode-extension) will only be activated if your project is onboarded to the [Sorbet type checker](https://sorbet.org/). Otherwise, the extension is never activated.
Note that the Sorbet extension will only be activated if your project is onboarded to the [Sorbet type checker](https://sorbet.org/). Also, the Ruby Debugger extension is being gradually phased out by the Ruby LSP's debugger. For now, you may need to use rdbg for certain debugging use-cases.

## Usage

Expand Down

0 comments on commit bc859b5

Please sign in to comment.