core: uncomment failFast in cspell config file (#21116)

uncomment failFast
This commit is contained in:
Tana M Berry
2026-03-24 12:42:51 -04:00
committed by GitHub
parent cdbfde840e
commit e96a352ddf

View File

@@ -282,6 +282,6 @@
"useGitignore": true,
"features": {
"weighted-suggestions": true
}
// "failFast": true,
},
"failFast": true
}