This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Description
If vscode-textlint is installed, the OUTPUT panel will automatically open if you open a workspace that does not use textlint.
This appears to be due to an error output from the extension, which causes the OUTPUT panel to open.
However, this is not an error because you are not actually using textlint.
Therefore, it would be correct to make it a Warning or Info instead of an error log.
Reproduce
- Install vscode-textlint
- Open non-textlint project
- Show "OUTPUT" automaticaly
