Skip to content

Commit 9fc5eb9

Browse files
committed
Add missing URL to VS Code desktop module
Without this the plugin will only work if the user has happened to log in before and that URL was previously saved.
1 parent 6366097 commit 9fc5eb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vscode-desktop/main.tf

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ resource "coder_app" "vscode" {
3535
data.coder_workspace.me.name,
3636
"&folder=",
3737
var.folder,
38+
"&url=",
39+
data.coder_workspace.me.access_url,
3840
"&token=$SESSION_TOKEN",
3941
]) : join("", [
4042
"vscode://coder.coder-remote/open?owner=",

0 commit comments

Comments
 (0)