formatting
This commit is contained in:
parent
c7890ebae4
commit
889cfd75d7
@ -57,7 +57,6 @@ variable "mcp" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
data "coder_workspace" "me" {}
|
data "coder_workspace" "me" {}
|
||||||
|
|
||||||
data "coder_workspace_owner" "me" {}
|
data "coder_workspace_owner" "me" {}
|
||||||
|
|
||||||
module "vscode-desktop-core" {
|
module "vscode-desktop-core" {
|
||||||
|
|||||||
@ -105,10 +105,7 @@ describe("cursor", async () => {
|
|||||||
}
|
}
|
||||||
expect(resp.exitCode).toBe(0);
|
expect(resp.exitCode).toBe(0);
|
||||||
|
|
||||||
const content = await readFileContainer(
|
const content = await readFileContainer(id, "/root/.cursor/mcp.json");
|
||||||
id,
|
|
||||||
"/root/.cursor/mcp.json",
|
|
||||||
);
|
|
||||||
expect(content).toBe(mcp);
|
expect(content).toBe(mcp);
|
||||||
} finally {
|
} finally {
|
||||||
await removeContainer(id);
|
await removeContainer(id);
|
||||||
|
|||||||
@ -52,7 +52,7 @@ variable "display_name" {
|
|||||||
|
|
||||||
variable "mcp" {
|
variable "mcp" {
|
||||||
type = string
|
type = string
|
||||||
description = "JSON-encoded string to configure MCP servers for Windsurf. When set, writes ~/.codeium/windsurf/mcp_config.json."
|
description = "JSON-encoded string to configure MCP servers for Windsurf. When set, writes $HOME/.codeium/windsurf/mcp_config.json."
|
||||||
default = null
|
default = null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user