chore: added recommended extensions for vscode

This commit is contained in:
Observer KRypt0n_ 2023-02-23 14:53:18 +02:00
parent 82657f2db8
commit 5c3f6dbdf0
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 13 additions and 1 deletions

9
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,9 @@
{
"recommendations": [
"vivaxy.vscode-conventional-commits",
"gruntfuggly.todo-tree",
"rust-lang.rust-analyzer",
"bungcip.better-toml",
"serayuzgur.crates"
]
}

View file

@ -1,5 +1,8 @@
{ {
"conventionalCommits.scopes": [ "conventionalCommits.scopes": [
"tracing" "tracing",
"core",
"ui",
"i18n"
] ]
} }