mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-27 13:40:25 +00:00
* Fix some always true/false errors in codebase Testing out latest TS nightly that can identify when an expression is always true/false. This caught a few likely coding mistakes in our codebase Unsure about the intent in some of these cases but I've tried my best to understand them. Pinging relevant code owners for the confusing cases * Bump TS version * Fix unreachable in build scripts * Bump versions * restore intent * Revert package.json change * Fixing a few new layer checker errors These are global in node now * Skip lib check in integration project * One more skiplibcheck * More skip lib --------- Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
GitHub Authentication for Visual Studio Code
Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.
Features
This extension provides support for authenticating to GitHub. It registers the github Authentication Provider that can be leveraged by other extensions. This also provides the GitHub authentication used by Settings Sync.