vscode volar disable inlay hints

This commit is contained in:
Jörn-Michael Miehe 2023-11-10 21:55:40 +00:00
parent 9e9481217d
commit f6f7381745

View file

@ -18,4 +18,5 @@
"sass.format.convert": false,
"sass.format.deleteWhitespace": true,
"prettier.trailingComma": "all",
"volar.inlayHints.eventArgumentInInlineHandlers": false,
}