Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» add even-better-toml to extension recs
Browse files Browse the repository at this point in the history
  • Loading branch information
haliphax committed Oct 12, 2023
1 parent a4e742b commit edb0f0b
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 @@ -8,6 +8,7 @@
"ms-python.python",
"ms-vscode-remote.remote-containers",
"seatonjiang.gitmoji-vscode",
"tamasfe.even-better-toml",
"vue.volar",
"wholroyd.jinja"
]
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"[toml]": {
"editor.defaultFormatter": "tamasfe.even-better-toml"
},
"black-formatter.importStrategy": "fromEnvironment",
"python.analysis.importFormat": "relative",
"python.analysis.indexing": true,
Expand Down

0 comments on commit edb0f0b

Please sign in to comment.