We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f66d3 commit 6182873Copy full SHA for 6182873
registry/coder/modules/cursor/README.md
@@ -17,7 +17,7 @@ Uses the [Coder Remote VS Code Extension](https://github.com/coder/vscode-coder)
17
module "cursor" {
18
count = data.coder_workspace.me.start_count
19
source = "registry.coder.com/coder/cursor/coder"
20
- version = "1.0.19"
+ version = "1.1.0"
21
agent_id = coder_agent.example.id
22
}
23
```
@@ -30,7 +30,7 @@ module "cursor" {
30
31
32
33
34
35
folder = "/home/coder/project"
36
0 commit comments