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
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
The text was updated successfully, but these errors were encountered:
azu
linked a pull request
Jul 16, 2023
that will
close
this issue
Related to this, I'm getting ERROR outputs because the textlint executable is not found, both in the project or globally. I think that if .textlint file is not found at all, it should not try to find the binary either, because the project is not making using textlint anyway.
Related to this, I'm getting ERROR outputs because the textlint executable is not found, both in the project or globally. I think that if .textlint file is not found at all, it should not try to find the binary either, because the project is not making using textlint anyway.
What I meant with that, is that in addition of the output panel being shown by using error instead of warning, the actual issue provoquing that is textlint executable is not found, that can be considered that's actually an error, but if there's no .textlint file, that's a totally acceptable use case that should show a warning instead, but the executable should not be looked at all.
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
The text was updated successfully, but these errors were encountered: