Skip to content

Commit

Permalink
[vscode] update extensions, set spell checking to UK
Browse files Browse the repository at this point in the history
  • Loading branch information
stonier committed Sep 3, 2023
1 parent 6e97964 commit 0d5b39f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@
"vscode": {
"extensions": [
"bierner.github-markdown-preview",
"bierner.markdown-preview-github-styles",
"bungcip.better-toml",
"streetsidesoftware.code-spell-checker",
"lextudio.restructuredtext",
"eamodio.gitlens",
"ms-python.python",
"omnilib.ufmt"
"omnilib.ufmt",
"redhat.vscode-yaml",
"streetsidesoftware.code-spell-checker",
"tht13.rst-vscode"
]
}
},
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"editor.defaultFormatter": "omnilib.ufmt",
"editor.formatOnSave": true
},
"cSpell.language": "en-GB",
"cSpell.words": [
"backported",
"behaviour",
Expand Down

0 comments on commit 0d5b39f

Please sign in to comment.