From 1c4d492954d2b5a42cafd90b8d5e7cc9a7ab5187 Mon Sep 17 00:00:00 2001 From: Ricardo Costa Date: Thu, 29 Jan 2026 19:45:40 +0000 Subject: [PATCH] Auto-Closing Brackets in Refinement Strings --- client/package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 29d35c4..8fe1bf1 100644 --- a/client/package.json +++ b/client/package.json @@ -111,7 +111,12 @@ "source.java" ] } - ] + ], + "configurationDefaults": { + "[java]": { + "editor.autoClosingBrackets": "always" + } + } }, "scripts": { "vscode:prepublish": "npm run package",