From 49328649036ec5dc1bc62235c2b16fbe8f084eeb Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Eugenio Halili Date: Mon, 31 Oct 2022 23:38:39 +0800 Subject: [PATCH] chore(vscode): :wrench: 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 --- .vscode/extensions.json | 8 ++++++++ .vscode/settings.json | 17 ++++++++++++++++- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 .vscode/extensions.json 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