Skip to content

Fix false positive during Stable build detections#2494

Merged
RMacfarlane merged 1 commit into
microsoft:masterfrom
IllusionMH:fix-stable-check-2493
Feb 16, 2021
Merged

Fix false positive during Stable build detections#2494
RMacfarlane merged 1 commit into
microsoft:masterfrom
IllusionMH:fix-stable-check-2493

Conversation

@IllusionMH

Copy link
Copy Markdown
Contributor

Fixes #2493

vscode.extensions.getExtension() returns undefiend instead of null

This PR changes comparison from null to undefined. Alternative can be using non strict comparison with null.

@RMacfarlane RMacfarlane left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @IllusionMH for fixing this!

@RMacfarlane
RMacfarlane merged commit 7138f26 into microsoft:master Feb 16, 2021
@IllusionMH

Copy link
Copy Markdown
Contributor Author

Thanks for prompt review and release. an use latest build now :)

@IllusionMH
IllusionMH deleted the fix-stable-check-2493 branch February 16, 2021 21:42
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.

Nightly builds unable to activate. False positive in Stable detaction

2 participants