microsoft / microsoft/vscode-remote-release
Setting the authentication provider when the tunnel is started
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.