You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need the VS Code standalone CLI to be able to install pre-release extensions. Specifically, we are using the tunnel command, like so: code-insiders tunnel --name cloudshell... --install-extension Github.copilot-chat but we need to be able to add the --pre-release flag like you can do on the non-standalone CLI.
For example: code-insiders tunnel --name cloudshell... --install-extension Github.copilot-chat --pre-release
The text was updated successfully, but these errors were encountered:
We need the VS Code standalone CLI to be able to install pre-release extensions. Specifically, we are using the tunnel command, like so:
code-insiders tunnel --name cloudshell... --install-extension Github.copilot-chat
but we need to be able to add the--pre-release
flag like you can do on the non-standalone CLI.For example:
code-insiders tunnel --name cloudshell... --install-extension Github.copilot-chat --pre-release
The text was updated successfully, but these errors were encountered: