Contributing/Login In Visual Studio code
Step 1 Install GitLens Extension In Visual Studio code
Step 2 Login in your GitGud account and open "Edit profile"
Step 3 Open "Access token" tab, set the name of new token, add permissions AND DONT FORGET TO DELETE EXPIRATION DATE
Step 4 When you created your your token DONT FORGET TO COPY TOKEN KEY AND NAME BECAUSE IT'S WILL LOST FOREVER AFTER REFRESH/EXIT FROM PAGE
Step 5 If the version of VS studio old enough - you can just commit your update first and then Input login of your Gitlab on login and access token on password.
Newest version of gitlens requires a different setup from the side of visual studio:
Step 5.1 Install "GitLab Workflow" plugin in extensions
Step 5.2
Open options of visual studio(Cogwheel on bottom left) and then pick [code]Settings[/code].
Step 5.3 Search for [code]git uri[/code] in options and change the uri to [code]https://gitgud.io/[/code]
Step 5.4 Open the console and type two commands separately
[code]git config --global user.email "yourname@nigge.rs"[/code]
[code]git config --global user.name "youname"[/code]
Step 5.5 Commit your changes, input login from gitgud and the password from your access token