Skip to content

Commit 9ece48c

Browse files
Copilotsheremet-va
andcommitted
Add showInlineConsoleLog setting to README documentation
Co-authored-by: sheremet-va <[email protected]>
1 parent b54e1f6 commit 9ece48c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ These options are resolved relative to the [workspace file](https://code.visuals
100100
- `vitest.maximumConfigs`: The maximum amount of configs that Vitest extension can load. If exceeded, the extension will show a warning suggesting to use a workspace config file. Default: `5`
101101
- `vitest.logLevel`: How verbose should the logger be in the "Output" channel. Default: `info`
102102
- `vitest.applyDiagnostic`: Show a squiggly line where the error was thrown. This also enables the error count in the File Tab. Default: `true`
103+
- `vitest.showInlineConsoleLog`: Show console.log messages inline in the editor next to the code that produced them. When disabled, console logs will still appear in the test output but not inline. Default: `true`
103104
- `vitest.experimentalStaticAstCollect`: uses AST parses to collect tests instead of running files and collecting them at runtime. Default: `true`
104105

105106
### Commands

0 commit comments

Comments
 (0)