Skip to content

Add "ms-playwright.playwright" in .vscode/extensions.json when Playwright is chosen #248

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
VVsxmja opened this issue Apr 6, 2023 · 0 comments · Fixed by #250
Closed

Comments

@VVsxmja
Copy link

VVsxmja commented Apr 6, 2023

I thought it would be good to have ms-playwright.playwright in .vscode/extensions.json by default when I choose Playwright as e2e solution.

What I get

  1. npm init vue@latest
  2. Add an End-to-End Testing Solution? › Playwright
  3. .vscode/extensions.json not containing "ms-playwright.playwright"
{
  "recommendations": [
    "Vue.volar",
    "Vue.vscode-typescript-vue-plugin"
  ]
}

What I want

  1. npm init vue@latest
  2. Add an End-to-End Testing Solution? › Playwright
  3. "ms-playwright.playwright" in .vscode/extensions.json
{
  "recommendations": [
    "Vue.volar",
    "Vue.vscode-typescript-vue-plugin",
    "ms-playwright.playwright"
  ]
}
@VVsxmja VVsxmja changed the title Add ms-playwright.playwright in extensions.json when Playwright is chosen Add "ms-playwright.playwright" in .vscode/extensions.json when Playwright is chosen Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant