coder / sail

Deprecated: Instant, pre-configured VS Code development environments.

Home Page:https://sail.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BitBucket support

ammario opened this issue · comments

Please add bitbucket support.

BitBucket should already be supported

sail run https://bitbucket.org/username/repo

You're also able to change the default host in the config

So sail run username/repo will expand to sail run ssh://bitbucket.org/username/repo instead of sail run ssh://github.com/username/repo

commented

so, I could have just changed it to `sail run github/org/repo?

I forgot you needed a schema if you provide a host to sail run

It would be sail run ssh://github/org/repo

commented

I ended up changing it anyway because it is easier to go with the grain than against.