Skip to content

Commit 932542c

Browse files
committed
cherry-pick(#37891): fix(agents): remove workspaceFolder ref from vscode mcp
1 parent 0662dd2 commit 932542c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/playwright/src/agents/generateAgents.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ export async function initVSCodeRepo() {
277277
type: 'stdio',
278278
command: commonMcpServers.playwrightTest.command,
279279
args: commonMcpServers.playwrightTest.args,
280-
cwd: '${workspaceFolder}',
281280
};
282281
await writeFile(mcpJsonPath, JSON.stringify(mcpJson, null, 2));
283282
// eslint-disable-next-line no-console

0 commit comments

Comments
 (0)