From f6f7381745d36c8e57e87e580e44e95495bb9d28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= Date: Fri, 10 Nov 2023 21:55:40 +0000 Subject: [PATCH] vscode volar disable inlay hints --- ui/.vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/.vscode/settings.json b/ui/.vscode/settings.json index c6c940c..442ec8f 100644 --- a/ui/.vscode/settings.json +++ b/ui/.vscode/settings.json @@ -18,4 +18,5 @@ "sass.format.convert": false, "sass.format.deleteWhitespace": true, "prettier.trailingComma": "all", + "volar.inlayHints.eventArgumentInInlineHandlers": false, } \ No newline at end of file