meta/.vscode/settings.json
Andrei Jiroh Halili 09a0dcec99
update README and add workspace config for VS Code
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
2025-03-09 10:04:48 +08:00

13 lines
No EOL
366 B
JSON

{
"yaml.schemas": {
"https://json.schemastore.org/github-issue-config.json": "file:///workspaces/recaptime-dev/squad/team-readme/.github/ISSUE_TEMPLATE/config.yml"
},
"git.alwaysSignOff": true,
"gitlens.remotes": [
{
"domain": "mau.dev",
"type": "GitLab",
"name": "Manimum GitLab"
}
]
}