Skip to content

Commit

Permalink
chore(general): Adjust the suggested .vscode configs to remove obsole…
Browse files Browse the repository at this point in the history
…te extension and define the commit scopes
  • Loading branch information
stevenj committed Aug 30, 2024
1 parent 0de3232 commit ed8dc2e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"tamasfe.even-better-toml",
"rust-lang.rust-analyzer",
"JScearcy.rust-doc-viewer",
"serayuzgur.crates",
"bierner.markdown-checkbox",
"bierner.markdown-emoji",
"bierner.markdown-footnotes",
Expand All @@ -24,5 +23,6 @@
"foxundermoon.shell-format",
"dtsvet.vscode-wasm",
"terrastruct.d2",
"fill-labs.dependi",
]
}
15 changes: 8 additions & 7 deletions .vscode/settings.recommended.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@
},
"window.title": "${dirty}${activeEditorShort}",
"conventionalCommits.scopes": [
"vscode",
"mdlint",
"languages",
"spelling",
"issues",
"gateway",
"docs"
"rust",
"rust/c509-certificate",
"rust/cardano-chain-follower",
"rust/cbork",
"rust/hermes-ipfs",
"dart",
"docs",
"general"
],
"conventionalCommits.gitmoji": false,
"markdown.extension.toc.unorderedList.marker": "*",
Expand Down

0 comments on commit ed8dc2e

Please sign in to comment.