Skip to content

Commit 6f965ad

Browse files
authored
fix(agents): remove workspaceFolder ref from vscode mcp (#37891)
1 parent e953dce commit 6f965ad

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
@@ -294,7 +294,6 @@ export class VSCodeGenerator {
294294
type: 'stdio',
295295
command: 'npx',
296296
args: ['playwright', 'run-test-mcp-server'],
297-
cwd: '${workspaceFolder}',
298297
};
299298
await writeFile(mcpJsonPath, JSON.stringify(mcpJson, null, 2), '🔧', 'mcp configuration');
300299

0 commit comments

Comments
 (0)