chore(vscode): 🔧 update some workspace settings and add extension recommends

Literally hardcoded the color theme and added conventionalCommits.scopes hellscape.

Signed-off-by: Andrei Jiroh Eugenio Halili <ajhalili2006@gmail.com>
This commit is contained in:
Andrei Jiroh Halili 2022-10-31 23:38:39 +08:00
parent 52b2e2662f
commit 4932864903
No known key found for this signature in database
GPG Key ID: D4A928E0527DB795
2 changed files with 24 additions and 1 deletions

8
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,8 @@
{
"recommendations": [
"vivaxy.vscode-conventional-commits",
"pkief.material-icon-theme",
"pkief.material-product-icons",
"gitpod.gitpod-theme"
]
}

17
.vscode/settings.json vendored
View File

@ -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"
]
}