Skip to content

Commit 25141ed

Browse files
authored
Merge pull request #3535 from Shopify/amomchilov/fix-smart-quotes
Fix smart quotes in config key
2 parents 23a7084 + 80c2933 commit 25141ed

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

jekyll/test_explorer.markdown

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff 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
1419
The Ruby LSP implements VS Code's [test explorer](https://code.visualstudio.com/docs/debugtest/testing), which allows
1520
users to execute the tests defined in their codebase in 4 modes directly from inside the editor:

0 commit comments

Comments
 (0)