diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..f8d40f3 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,9 @@ +{ + "recommendations": [ + "vivaxy.vscode-conventional-commits", + "gruntfuggly.todo-tree", + "rust-lang.rust-analyzer", + "bungcip.better-toml", + "serayuzgur.crates" + ] +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 56290a9..b96affe 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,8 @@ { "conventionalCommits.scopes": [ - "tracing" + "tracing", + "core", + "ui", + "i18n" ] } \ No newline at end of file