diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..8412323 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,8 @@ +{ + "recommendations": [ + "vivaxy.vscode-conventional-commits", + "pkief.material-icon-theme", + "pkief.material-product-icons", + "gitpod.gitpod-theme" + ] +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index a8d7102..57c575d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,20 @@ { "workbench.iconTheme": "material-icon-theme", "workbench.productIconTheme": "material-product-icons", - "git.alwaysSignOff": true + "workbench.colorTheme": "Gitpod Dark", + "git.alwaysSignOff": true, + "conventionalCommits.scopes": [ + "scripts", + "config", + "builds.sr.ht", + "gitlab-ci", + "github-actions", + "vscode", + "kdev", + "kate", + "dotfiles-docs", + "gitignore", + "mailmap", + "global" + ] } \ No newline at end of file