We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a6d82 commit a20d46dCopy full SHA for a20d46d
packages/tailwindcss-language-server/tests/utils/client.ts
@@ -373,7 +373,7 @@ export async function createClient(opts: ClientOptions): Promise<Client> {
373
applyEdit: true,
374
configuration: true,
375
didChangeConfiguration: { dynamicRegistration: true },
376
- didChangeWatchedFiles: { dynamicRegistration: true },
+ // didChangeWatchedFiles: { dynamicRegistration: true },
377
executeCommand: { dynamicRegistration: true },
378
symbol: {
379
dynamicRegistration: true,
0 commit comments