Skip to content

feat: if use playwright, add related extension recommendations #250

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

Merged
merged 2 commits into from
May 4, 2023

Conversation

btea
Copy link
Collaborator

@btea btea commented Apr 11, 2023

close #248

Copy link
Member

@haoqunjiang haoqunjiang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I like the idea of adding more extension recommendations. But this approach doesn't look scalable to me.
How about putting .vscode/extensions.json in the playwright template folder, and adding a special merging strategy for this file (just like what we already did for package.json). Then we can easily add more extension recommendations (for example, the vitest extension) without adding too much logic code.

@btea
Copy link
Collaborator Author

btea commented May 4, 2023

Good idea! I have updated it. It seems some ci failed. 😕

@haoqunjiang
Copy link
Member

No worries, it's just that I messed up the Cypress caches in CI.

@haoqunjiang haoqunjiang changed the title feat: if use playwright to add related extension recommendations feat: if use playwright, add related extension recommendations May 4, 2023
@haoqunjiang haoqunjiang merged commit f9904c8 into vuejs:main May 4, 2023
@btea btea deleted the feat/playwright-extension branch May 4, 2023 23:46
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 this pull request may close these issues.

Add "ms-playwright.playwright" in .vscode/extensions.json when Playwright is chosen
2 participants