We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eec4d8 commit 1b53908Copy full SHA for 1b53908
1 file changed
server/src/server.ts
@@ -21,6 +21,7 @@ import type {
21
LinterRunOptions,
22
LinterSuggestion,
23
} from '@adguard/aglint/linter';
24
+import { CommentMarker, type ConfigCommentRule, ConfigCommentRuleParser } from '@adguard/agtree';
25
import debounce from 'debounce';
26
import {
27
CodeAction,
@@ -43,7 +44,6 @@ import {
43
44
import { TextDocument } from 'vscode-languageserver-textdocument';
45
46
import { LSPFileSystemAdapter } from './adapters/fs';
-import { CommentMarker, type ConfigCommentRule, ConfigCommentRuleParser } from './agtree';
47
48
AGLINT_REPO_URL,
49
EMPTY,
0 commit comments