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.
pull/109/head
Asher 1 year ago
parent 6366097eea
commit 9fc5eb9d29

@ -35,6 +35,8 @@ resource "coder_app" "vscode" {
data.coder_workspace.me.name,
"&folder=",
var.folder,
"&url=",
data.coder_workspace.me.access_url,
"&token=$SESSION_TOKEN",
]) : join("", [
"vscode://coder.coder-remote/open?owner=",

Loading…
Cancel
Save