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/base/common/linkedList.ts to have strict null checking. This file is heavily depended on and blocks enabling strictNullChecks in other files in common
Steps
Add ./vs/base/common/linkedList.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
The text was updated successfully, but these errors were encountered:
Part of #60565
Tracks updating
vs/base/common/linkedList.ts
to have strict null checking. This file is heavily depended on and blocks enablingstrictNullChecks
in other files incommon
Steps
./vs/base/common/linkedList.ts
to theinclude
section ofsrc/tsconfig.strictNullChecks.json
yarn strict-null-check -- --watch
The text was updated successfully, but these errors were encountered: