Add VS Code workspace settings

- Configure auto-approve for git commit in chat tools
- Set default solution file
This commit is contained in:
2026-02-04 21:29:04 +01:00
parent fd8395cc48
commit 65a13539e0

6
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"chat.tools.terminal.autoApprove": {
"git commit": true
},
"dotnet.defaultSolution": "ASTRAIN.slnx"
}