You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracks updating vs/workbench/contrib/terminal 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/terminal directory
Steps
Add ./vs/workbench/contrib/terminal/**/*.ts to the include section of src/tsconfig.strictNullChecks.json
Run yarn strict-null-check -- --watch
Fix strict null check compiler errors inside of the contrib/terminal directory.
Verify normal build still works
Revert changes to src/tsconfig.strictNullChecks.json
The text was updated successfully, but these errors were encountered:
Part of #60565
Tracks updating
vs/workbench/contrib/terminal
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/terminal
directorySteps
./vs/workbench/contrib/terminal/**/*.ts
to theinclude
section ofsrc/tsconfig.strictNullChecks.json
yarn strict-null-check -- --watch
contrib/terminal
directory.src/tsconfig.strictNullChecks.json
The text was updated successfully, but these errors were encountered: