-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Labels
Milestone
Description
Part of #60565
Tracks updating vs/workbench/contrib/tasks to have strict null checking.
Not all of these files are eligible to be included in the strict null build yet due to their dependencies. You do not need to fix errors outside of the contrib/tasks directory
Steps
- Add
./vs//workbench/contrib/tasks/**/*.tsto theincludesection ofsrc/tsconfig.strictNullChecks.json - Run
yarn strict-null-check -- --watch - Fix strict null check compiler errors inside of the
contrib/tasksdirectory. - Verify normal build still works
- Revert changes to
src/tsconfig.strictNullChecks.json
Reactions are currently unavailable