Skip to content

Commit 54c7115

Browse files
authored
chore: revert "minimal vscode version notice" (#37892)
1 parent 7d45eb3 commit 54c7115

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/playwright/src/agents/generateAgents.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import fs from 'fs';
1818
import path from 'path';
19-
import { colors, yaml } from 'playwright-core/lib/utilsBundle';
19+
import { yaml } from 'playwright-core/lib/utilsBundle';
2020

2121
interface AgentHeader {
2222
name: string;
@@ -279,8 +279,6 @@ export async function initVSCodeRepo() {
279279
args: commonMcpServers.playwrightTest.args,
280280
};
281281
await writeFile(mcpJsonPath, JSON.stringify(mcpJson, null, 2));
282-
// eslint-disable-next-line no-console
283-
console.log(colors.yellow(`${colors.bold('Note:')} Playwright Test Agents require VSCode version 1.105+ or VSCode Insiders`));
284282
}
285283

286284
export async function initOpencodeRepo() {

0 commit comments

Comments
 (0)