-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
chore: Add VSCode extensions recommendations #30655
base: develop
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,9 @@ | ||||||||
{ | ||||||||
"recommendations": [ | ||||||||
"streetsidesoftware.code-spell-checker", | ||||||||
"streetsidesoftware.code-spell-checker-portuguese-brazilian", | ||||||||
"editorconfig.editorconfig", | ||||||||
"dbaeumer.vscode-eslint", | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Playwright VS code extension is a very useful tool to debug and write tests
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Think playwright is more situational. For example, BE devs won't use it There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Agreed with Kevin. But also doesn't hurt. Playwright is used a lot in the project so i think makes sense to include. Anyone not wanting can ignore. |
||||||||
"eamodio.gitlens" | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should we add There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think so... There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It might conflict with the ESLint one. |
||||||||
] | ||||||||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The "streetsidesoftware.code-spell-checker-portuguese-brazilian", is necessary? Since our codebase is written in English? I would suggest remove it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It helps on translation files. We probably should have for every official supported language.