mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-18 06:09:20 +01:00
64705a07dc
For #109988 The new `js/ts.implicitProjectConfig.strictNullChecks` and `js/ts.implicitProjectConfig.strictFunctionTypes` control these settings in implict javascript and typescript files that are not contained in a jsconfig or tsconfig project. They are enabled by default for now so that we can collect feedback on them