From 28042cb3d9fe8c9f5f6484fd884a3bba1292dba9 Mon Sep 17 00:00:00 2001 From: Daan Verstraten Date: Fri, 23 May 2025 17:31:50 +0200 Subject: [PATCH] Update client.ts --- client/src/client/client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/client/client.ts b/client/src/client/client.ts index 96f880aac..2598661c9 100644 --- a/client/src/client/client.ts +++ b/client/src/client/client.ts @@ -40,7 +40,7 @@ export function setupClient(context: vscode.ExtensionContext) { ], synchronize: { // Notify the server about file changes to '.clientrc files contained in the workspace - fileEvents: vscode.workspace.createFileSystemWatcher("**/.clientrc"), + fileEvents: vscode.workspace.createFileSystemWatcher("**/*.{mcfunction,json,jsonc}"), }, middleware: { resolveCodeLens: resolveCodeLens,