website/.vscode/settings.json
Andrei Jiroh Halili 0c2c365131
Some checks failed
Docker CI / Build environment for GitLab CI/CD (push) Has been cancelled
Docker CI / Generate Gitpod workspace image snapshot (push) Has been cancelled
chore(global): update configs as usual and add ATP-DID well-known fiel
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
2024-11-10 09:23:11 +00:00

44 lines
No EOL
871 B
JSON

{
"yaml.schemas": {
"https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs*.yml"
},
"marquee.widgets.npm-stats.packageNames": [
"@ajhalili2006/tildeverse-web"
],
"conventionalCommits.scopes": [
"mkdocs.yml",
"gitlab-ci",
"builds.sr.ht",
"docker",
"markdown",
"readme",
"meta",
"global",
"deps-dev",
"docker",
"scripts",
"github-actions",
"dni",
"gitpod"
],
"conventionalCommits.autoCommit": false,
"conventionalCommits.promptCI": true,
"git.alwaysSignOff": true,
"gitlens.remotes": [
{
"domain": "mau.dev",
"type": "GitLab"
}
],
"foam.edit.linkReferenceDefinitions": "withExtensions",
"foam.files.ignore": [
".github/**"
],
"cSpell.words": [
"Autist",
"BDFL",
"gatekeep",
"Yubikey"
],
"dotenv.enableAutocloaking": false
}