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/107/head
Asher 2 years ago
parent 98bb94c5f0
commit 94bb9383be
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A

@ -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