chore: allow generating tests for script (#331)
This commit is contained in:
parent
292e75d464
commit
927a1280f1
9 changed files with 98 additions and 51 deletions
|
|
@ -1,6 +0,0 @@
|
|||
const config = JSON.stringify({ name: 'playwright', command: 'npx', args: ["@playwright/mcp@latest"] });
|
||||
const urlForWebsites = `vscode:mcp/install?${encodeURIComponent(config)}`;
|
||||
// Github markdown does not allow linking to `vscode:` directly, so you can use our redirect:
|
||||
const urlForGithub = `https://insiders.vscode.dev/redirect?url=${encodeURIComponent(urlForWebsites)}`;
|
||||
|
||||
console.log(urlForGithub);
|
||||
Loading…
Add table
Add a link
Reference in a new issue