Michael Brewer
Michael Brewer
@ericpaulsen is there a decision on how to handle the secret being printed?
I did add comment to a similar ticket: https://github.com/coder/coder/issues/12312#issuecomment-1970457859 This extension should work with Gitlab.com (and self-hosted), Github.com (and self-hosted) and if possible Bitbucket and Azure Devops :)
I did a POC of this and it works well, we just need to think of how to define the URL schema in the extension ie: ```typescript `${address}/templates/${templateName}/workspace?mode=${disableAutostart ? "manual"...
+1 for always using id token (or at least to support both)
note this does work as expected in the microsoft code-server version
@crw - i have a PR which works
It's not a native browser, just that remote development environments would set a standard BROWSER variable to point to shell to run and open the url. Other tools support this...
Also note, the golang package has not accepted new contributions for a while. In fact there are a number forks
Last human commit is 3 years ago. 
But hack i can tell our fiserv associates is to install a fake `xdg-open` on linux workspaces to something like ```bash #!/usr/bin/bash $BROWSER "$1"; ``` But that does not feel...