vscode/extensions/github-authentication
Matvii Hodovaniuk 67561036cf
Replace map with forEach (#115378)
The callback provided to the map call on this array should return a value, otherwise map will always return an array of undefined values. If the desired behaviour is to just iterate through all elements, then consider using forEach or a for-of loop instead.
2021-06-07 11:01:10 -07:00
..
images
src Replace map with forEach (#115378) 2021-06-07 11:01:10 -07:00
.gitignore
.vscodeignore
extension-browser.webpack.config.js
extension.webpack.config.js
package.json
package.nls.json
README.md
tsconfig.json
yarn.lock

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.