You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@
11
11
-**Run**, **debug**, and **watch** Vitest tests in Visual Studio Code.
12
12
-**Coverage** support (requires VS Code >= 1.88)
13
13
- An `@open` tag can be used when filtering tests, to only show the tests open in the editor.
14
+
-**Inline console.log display**: Optionally show `console.log` output inline in the editor (enable via `vitest.showConsoleLogInline` setting)
14
15
15
16
## Requirements
16
17
@@ -99,6 +100,7 @@ These options are resolved relative to the [workspace file](https://code.visuals
99
100
-`vitest.logLevel`: How verbose should the logger be in the "Output" channel. Default: `info`
100
101
-`vitest.applyDiagnostic`: Show a squiggly line where the error was thrown. This also enables the error count in the File Tab. Default: `true`
101
102
-`vitest.experimentalStaticAstCollect`: uses AST parses to collect tests instead of running files and collecting them at runtime. Default: `true`
103
+
-`vitest.showConsoleLogInline`: Show `console.log` output inline in the editor next to the line that produced it. This can be useful for debugging. Default: `false`
0 commit comments