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 310e0eb commit b6fa70fCopy full SHA for b6fa70f
src/symbols.ts
@@ -1,4 +1,4 @@
1
-import { type Disposable, DocumentSymbol, languages, type Position, Range, SymbolKind } from 'vscode';
+import { type Disposable, DocumentSymbol, languages, Range, SymbolKind } from 'vscode';
2
3
const DEFINITION_PATTERNS = [
4
{ pattern: /^\s*Function\s+(\.?\w+)/i, kind: SymbolKind.Function },
0 commit comments