Sven
03/14/2023, 8:26 PMSven
03/14/2023, 8:26 PMSven
03/14/2023, 9:03 PMkyle
03/14/2023, 9:50 PMSven
03/14/2023, 9:50 PMkyle
03/14/2023, 9:50 PM/edit
to the end of a template version URL to manually navigate to it, but it's not official yet so beware of bugs.Sven
03/14/2023, 9:51 PMSven
03/14/2023, 9:51 PMa28028
03/15/2023, 7:03 AMPhorcys
03/15/2023, 10:31 AMa28028
03/15/2023, 10:55 AMMrPeacock
03/15/2023, 3:40 PMcoder template pull name
to download your templatefschramek
03/16/2023, 10:21 AMakoenig
03/16/2023, 10:47 AMcode-server --install-extension <extension-id>
.
For example, we store all our extensions in .vscode/extensions.json
, read this file during the provisioning and install them accordingly:
cat /path/to/your/repository/.vscode/extensions.json | jq -r '.recommendations[]' | xargs -n1 code-server --force --install-extension
Hope that helps ๐akoenig
03/16/2023, 10:57 AMfschramek
03/16/2023, 10:57 AMakoenig
03/16/2023, 10:58 AMcode-server
(VS Code in the Browser), my approach would help. For the desktop version, not sure. Could be that you can install the extensions in that way too.modrin
03/16/2023, 3:31 PM.tf
file with http and port 80, but on coder the link (from the button) shows up as https://, also changing it manually still redirects to https (this time traefik proxy shouldn't be redirecting it because I've removed all redirect middleware )peterpathirana
03/16/2023, 5:35 PMSpiked_Grape
03/16/2023, 6:35 PMdavidpp
03/16/2023, 8:42 PMcolin (rust enthusiast)
03/16/2023, 8:43 PMPhorcys
03/17/2023, 2:35 PMdavidpp
03/17/2023, 7:02 PMVaneixusPrime
03/18/2023, 4:07 PMVaneixusPrime
03/18/2023, 4:07 PMVaneixusPrime
03/18/2023, 4:11 PMPhorcys
03/18/2023, 4:25 PMPhorcys
03/18/2023, 4:25 PMIRATEEE
03/19/2023, 10:40 AM