Git - fix workspace settings for git diagnostics hook (#245964)

This commit is contained in:
Ladislau Szomoru
2025-04-08 11:23:38 +01:00
committed by GitHub
parent 0d24321ec2
commit 4a18bd20dd

View File

@@ -173,8 +173,8 @@
"eslint.useFlatConfig": true,
"editor.occurrencesHighlightDelay": 0,
"typescript.experimental.expandableHover": true,
"git.diagnosticsCommitHook.Enabled": true,
"git.diagnosticsCommitHook.Sources": {
"git.diagnosticsCommitHook.enabled": true,
"git.diagnosticsCommitHook.sources": {
"*": "error",
"ts": "warning",
"eslint": "warning"