Skip to content

Commit b76a457

Browse files
committed
fix(agents): remove workspaceFolder ref from vscode mcp
1 parent 42a623f commit b76a457

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/playwright/src/agents/generateAgents.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,7 @@ export async function initVSCodeRepo() {
276276
mcpJson.servers['playwright-test'] = {
277277
type: 'stdio',
278278
command: commonMcpServers.playwrightTest.command,
279-
args: commonMcpServers.playwrightTest.args,
280-
cwd: '${workspaceFolder}',
279+
args: commonMcpServers.playwrightTest.args
281280
};
282281
await writeFile(mcpJsonPath, JSON.stringify(mcpJson, null, 2));
283282
}

0 commit comments

Comments
 (0)