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 src/vs/workbench/services/extensions/ 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 extensions directory
Steps
Add src/vs/workbench/services/extensions/**/*.ts to the include section of src/tsconfig.strictNullChecks.json
Run yarn strict-null-check -- --watch
Fix strict null check compiler errors
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
src/vs/workbench/services/extensions/
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
extensions
directorySteps
src/vs/workbench/services/extensions/**/*.ts
to theinclude
section ofsrc/tsconfig.strictNullChecks.json
yarn strict-null-check -- --watch
src/tsconfig.strictNullChecks.json
The text was updated successfully, but these errors were encountered: