X Tutup
The Wayback Machine - https://web.archive.org/web/20220906173206/https://github.com/microsoft/vscode-java-debug/pull/918
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable strict null checks in tsconfig #918

Merged
merged 3 commits into from Dec 8, 2020

Conversation

xqzlgy2
Copy link
Contributor

@xqzlgy2 xqzlgy2 commented Dec 8, 2020

This PR enabled TS compiler check for strictNullChecks, also fixed existing errors.

src/extension.ts Outdated Show resolved Hide resolved
src/utility.ts Outdated Show resolved Hide resolved
src/utility.ts Outdated Show resolved Hide resolved
src/mainClassPicker.ts Outdated Show resolved Hide resolved
@testforstephen testforstephen merged commit b41dabe into microsoft:master Dec 8, 2020
2 checks passed
@testforstephen
Copy link
Contributor

testforstephen commented Dec 8, 2020

thanks @xqzlgy2

@testforstephen testforstephen added this to the 0.30.0 milestone Dec 8, 2020
@xqzlgy2 xqzlgy2 deleted the nullCheck branch Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants
X Tutup