File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,14 @@ parent: VS Code extension
77# Test explorer
88
99{: .important }
10- The new test explorer implementation is currently being rolled out to users! You can adopt it early by toggling this
11- feature flag in your user or workspace settings<br >
12- "rubyLsp.featureFlags": { "fullTestDiscovery": true }
10+ > The new test explorer implementation is currently being rolled out to users! You can adopt it early by toggling this
11+ > feature flag in your user or workspace settings
12+ >
13+ > ``` js
14+ > " rubyLsp.featureFlags" : {
15+ > " fullTestDiscovery" : true
16+ > }
17+ > ` ` `
1318
1419The Ruby LSP implements VS Code's [test explorer](https://code.visualstudio.com/docs/debugtest/testing), which allows
1520users to execute the tests defined in their codebase in 4 modes directly from inside the editor:
You can’t perform that action at this time.
0 commit comments