Add VS Code workspace settings
- Configure auto-approve for git commit in chat tools - Set default solution file
This commit is contained in:
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"chat.tools.terminal.autoApprove": {
|
||||||
|
"git commit": true
|
||||||
|
},
|
||||||
|
"dotnet.defaultSolution": "ASTRAIN.slnx"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user