Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.vscode
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I'm wondering why .vscode is excluded since it already contains a launch config.

.vscode/*
!.vscode/extensions.json
node_modules/
/test-results/
/playwright-report/
Expand Down
9 changes: 9 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"recommendations": [
"attilabuti.vscode-mjml",
"ms-python.python",
"ms-python.debugpy",
"elagil.pre-commit-helper",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This seems to be an extra extension not specifically related to the project, I would remove this one, please.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Remove elagil.pre-commit-helper, right?
Done)

Comment thread
YuriiMotov marked this conversation as resolved.
Outdated
"charliermarsh.ruff"
]
}