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
7
7
# Test explorer
8
8
9
9
{: .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
+ > ` ` `
13
18
14
19
The Ruby LSP implements VS Code's [test explorer](https://code.visualstudio.com/docs/debugtest/testing), which allows
15
20
users 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