We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af2c0a commit 15f4bceCopy full SHA for 15f4bce
1 file changed
packages/textlint/src/extension.ts
@@ -67,7 +67,7 @@ File will not be validated. Consider running the 'Create .textlintrc file' comma
67
);
68
});
69
client.onNotification(NoLibraryNotification.type, (p) => {
70
- statusBar.status = Status.ERROR;
+ statusBar.status = Status.WARN;
71
statusBar.status.log(
72
client,
73
`Failed to load the textlint library in ${p.workspaceFolder} .
0 commit comments