Thanks to visit codestin.com Credit goes to github.com
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 b5f35f6 commit 4cd2b40Copy full SHA for 4cd2b40
1 file changed
src/diagnostic/buffer.ts
@@ -17,7 +17,7 @@ export enum DiagnosticState {
17
export enum DiagnosticHighlight {
18
Error = 'CocErrorHighlight',
19
Warning = 'CocWarningHighlight',
20
- Information = 'CocInfoFloat',
+ Information = 'CocInfoHighlight',
21
Hint = 'CocHintFloat',
22
Deprecated = 'CocStrikeThrough',
23
Unused = 'CocFadeOut'
0 commit comments