add example code for VS Code desktop

pull/45/head
Muhammad Atif Ali 2 years ago committed by GitHub
parent 4843effb8a
commit 3b383e34e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,3 +12,10 @@ tags: [ide, vscode, helper]
Add a button to open any workspace with a single click.
Uses the [Coder Remote VS Code Extension](https://github.com/coder/vscode-coder).
```hcl
module "vscode" {
source = "https://registry.coder.com/modules/vscode"
agent_id = coder_agent.example.id
}
```

Loading…
Cancel
Save