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 733d872 commit 30bf090Copy full SHA for 30bf090
packages/tailwindcss-language-server/src/server.ts
@@ -1562,7 +1562,7 @@ class TW {
1562
public initializeParams: InitializeParams
1563
private registrations: Promise<BulkUnregistration>
1564
private disposables: Disposable[] = []
1565
- private watchPatterns: (patterns: string[]) => void
+ private watchPatterns: (patterns: string[]) => void = () => {}
1566
private watched: string[] = []
1567
1568
constructor(private connection: Connection) {
0 commit comments