microsoft / microsoft/vscode-remote-release

Setting the authentication provider when the tunnel is started

Open
#11,484 0 comments 0 reactions 1 assignee View on GitHub

Nobody has claimed this yet.

Dominant language
Dockerfile
Stars
4.2k
Forks
469
Avg merge
1d 1h
Merged PRs (30d)
1

Description

Dear VSCode Team,

Big kudos for creating and maintaining the ultimate editor. 🚀

My request is if you can add the authentication provider as a parameter to the tunnel command.

That parameter already exists but not for the tunnel command:

 ~/vscode-linux $ ./bin/code-tunnel-insiders tunnel --name $(hostname) --provider github
error: unexpected argument '--provider' found

Usage: code-tunnel-insiders tunnel --name <NAME>
For more information, try '--help'.

The parameter would be useful in a script to avoid this current user interaction:

~/vscode-linux $ ./bin/code-tunnel-insiders tunnel --name $(hostname)
*
* Visual Studio Code Server
*
* By using the software, you agree to
* the Visual Studio Code Server License Terms (https://aka.ms/vscode-server-license) and
* the Microsoft Privacy Statement (https://privacy.microsoft.com/en-US/privacystatement).
*
? How would you like to log in to Visual Studio Code - Insiders? ›
❯ Microsoft Account
  GitHub Account

Thanks!

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.