Skip to content

Commit 4c65c01

Browse files
tobiaseYuriiMotovpre-commit-ci-lite[bot]tiangolo
authored
🔧 Add recommended VS Code extensions (#1386)
Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
1 parent 0d2a360 commit 4c65c01

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
.vscode
1+
.vscode/*
2+
!.vscode/extensions.json
23
node_modules/
34
/test-results/
45
/playwright-report/

.vscode/extensions.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"recommendations": [
3+
"astral-sh.ty",
4+
"biomejs.biome",
5+
"bradlc.vscode-tailwindcss",
6+
"charliermarsh.ruff",
7+
"docker.docker",
8+
"github.vscode-github-actions",
9+
"mjmlio.vscode-mjml",
10+
"ms-playwright.playwright",
11+
"ms-python.debugpy",
12+
"ms-python.python",
13+
"tombi-toml.tombi"
14+
]
15+
}

backend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,6 @@ If you don't want to start with the default models and want to remove them / mod
167167

168168
The email templates are in `./backend/app/email-templates/`. Here, there are two directories: `build` and `src`. The `src` directory contains the source files that are used to build the final email templates. The `build` directory contains the final email templates that are used by the application.
169169

170-
Before continuing, ensure you have the [MJML extension](https://marketplace.visualstudio.com/items?itemName=attilabuti.vscode-mjml) installed in your VS Code.
170+
Before continuing, ensure you have the [MJML extension](https://github.com/mjmlio/vscode-mjml) installed in your VS Code.
171171

172172
Once you have the MJML extension installed, you can create a new email template in the `src` directory. After creating the new email template and with the `.mjml` file open in your editor, open the command palette with `Ctrl+Shift+P` and search for `MJML: Export to HTML`. This will convert the `.mjml` file to a `.html` file and now you can save it in the build directory.

0 commit comments

Comments
 (0)