Skip to content

Commit

Permalink
DX: install Jinja syntax extension for VS Code
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Mar 10, 2024
1 parent e207046 commit 5dfd898
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"stkb.rewrap",
"streetsidesoftware.code-spell-checker",
"tamasfe.even-better-toml",
"wholroyd.jinja",
"yzhang.markdown-all-in-one"
],
"unwantedRecommendations": [
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
"cSpell.enabled": true,
"diffEditor.experimental.showMoves": true,
"editor.formatOnSave": true,
"files.associations": {
"*.rst_t": "jinja"
},
"files.watcherExclude": {
"**/*_cache/**": true,
"**/.eggs/**": true,
Expand Down

0 comments on commit 5dfd898

Please sign in to comment.