Skip to content

Commit

Permalink
use Github [!WARNING] tag instead of custom formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcelhaney committed Feb 19, 2024
1 parent 82ec840 commit f51d833
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ The extension also features built-in conflict detection and quick fixes to assis
"clearOnRun": "terminal"
}
```

``
**Migration Guide**
<a id="outputconfig-migration"></a>

Expand Down Expand Up @@ -563,9 +563,9 @@ Starting from v6.1.0, if no runMode is defined in settings.json, the extension w
---

#### autoRun
<div style="background-color: yellow; color: black; padding: 10px; border-radius: 5px;">
Note: As of v6.1.0, autoRun will be replaced by <a href="#runmode">runMode</a>. For transition details, please refer to the <a href="#runmode-migration">runMode migration</a>.
</div>

> [!WARNING]
> As of v6.1.0, autoRun will be replaced by <a href="#runmode">runMode</a>. For transition details, please refer to the <a href="#runmode-migration">runMode migration</a>.
AutoRun controls when tests should be executed automatically.

Expand Down Expand Up @@ -651,9 +651,8 @@ There are 2 ways to change autoRun:

#### testExplorer

<div style="background-color: yellow; color: black; padding: 10px; border-radius: 5px;">
As of v6.1.0, this setting has been folded into <a href="#runmode">runMode</a>. For transition details, please refer to the <a href="#runmode-migration">runMode migration</a>.
</div>
> [!WARNING]
> As of v6.1.0, this setting has been folded into <a href="#runmode">runMode</a>. For transition details, please refer to the <a href="#runmode-migration">runMode migration</a>.

```ts
testExplorer = {showInlineError?: boolean}
Expand Down Expand Up @@ -697,9 +696,9 @@ Default is `"jest.monitorLongRun":60000` (1 minute)
---

#### autoRevealOutput
<div style="background-color: yellow; color: black; padding: 10px; border-radius: 5px;">
As of v6.1.0, this setting has been folded into <a href="#outputconfig">outputConfig</a>. For transition details, please refer to the <a href="#outputconfig-migration">outputConfig migration</a>.
</div>

> [!WARNING]
> As of v6.1.0, this setting has been folded into <a href="#outputconfig">outputConfig</a>. For transition details, please refer to the <a href="#outputconfig-migration">outputConfig migration</a>.
```ts
autoRevealOutput = "on-run" | "on-exec-error" | "off"
Expand Down

0 comments on commit f51d833

Please sign in to comment.