mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2024-11-22 15:53:01 +00:00
vscode volar disable inlay hints
This commit is contained in:
parent
9e9481217d
commit
f6f7381745
1 changed files with 1 additions and 0 deletions
1
ui/.vscode/settings.json
vendored
1
ui/.vscode/settings.json
vendored
|
@ -18,4 +18,5 @@
|
||||||
"sass.format.convert": false,
|
"sass.format.convert": false,
|
||||||
"sass.format.deleteWhitespace": true,
|
"sass.format.deleteWhitespace": true,
|
||||||
"prettier.trailingComma": "all",
|
"prettier.trailingComma": "all",
|
||||||
|
"volar.inlayHints.eventArgumentInInlineHandlers": false,
|
||||||
}
|
}
|
Loading…
Reference in a new issue