Skip to content
This repository was archived by the owner on Sep 28, 2025. It is now read-only.

Commit 1519caf

Browse files
authored
Update client.ts (#797)
1 parent 6ca538a commit 1519caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/client/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export function setupClient(context: vscode.ExtensionContext) {
4040
],
4141
synchronize: {
4242
// Notify the server about file changes to '.clientrc files contained in the workspace
43-
fileEvents: vscode.workspace.createFileSystemWatcher("**/.clientrc"),
43+
fileEvents: vscode.workspace.createFileSystemWatcher("**/*.{mcfunction,json,jsonc}"),
4444
},
4545
middleware: {
4646
resolveCodeLens: resolveCodeLens,

0 commit comments

Comments
 (0)