File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
registry/coder/modules/cursor Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Uses the [Coder Remote VS Code Extension](https://github.com/coder/vscode-coder)
1616module "cursor" {
1717 count = data.coder_workspace.me.start_count
1818 source = "registry.coder.com/coder/cursor/coder"
19- version = "1.2.1 "
19+ version = "1.3.0 "
2020 agent_id = coder_agent.example.id
2121}
2222```
@@ -29,7 +29,7 @@ module "cursor" {
2929module "cursor" {
3030 count = data.coder_workspace.me.start_count
3131 source = "registry.coder.com/coder/cursor/coder"
32- version = "1.2.1 "
32+ version = "1.3.0 "
3333 agent_id = coder_agent.example.id
3434 folder = "/home/coder/project"
3535}
@@ -43,7 +43,7 @@ Provide a JSON-encoded string via the `mcp` input. When set, the module writes t
4343module "cursor" {
4444 count = data.coder_workspace.me.start_count
4545 source = "registry.coder.com/coder/cursor/coder"
46- version = "1.2.1 "
46+ version = "1.3.0 "
4747 agent_id = coder_agent.example.id
4848 mcp = jsonencode({
4949 servers = {
You can’t perform that action at this time.
0 commit comments