mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-03-15 06:28:27 +03:00
chore: added recommended extensions for vscode
This commit is contained in:
parent
82657f2db8
commit
5c3f6dbdf0
2 changed files with 13 additions and 1 deletions
9
.vscode/extensions.json
vendored
Normal file
9
.vscode/extensions.json
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"vivaxy.vscode-conventional-commits",
|
||||
"gruntfuggly.todo-tree",
|
||||
"rust-lang.rust-analyzer",
|
||||
"bungcip.better-toml",
|
||||
"serayuzgur.crates"
|
||||
]
|
||||
}
|
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"conventionalCommits.scopes": [
|
||||
"tracing"
|
||||
"tracing",
|
||||
"core",
|
||||
"ui",
|
||||
"i18n"
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue