Skip to content

Commit dbc34f6

Browse files
committed
chore(vscode): enable chat features and expand dotnet command auto-approval
Enable agent skills and plugins for VS Code chat and add common dotnet CLI commands to the terminal auto-approval list.
1 parent 2e98776 commit dbc34f6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
2+
"chat.useAgentSkills": true,
3+
"chat.plugins.enabled": true,
24
"chat.tools.terminal.autoApprove": {
5+
"dotnet --version": true,
6+
"dotnet --info": true,
7+
"dotnet restore": true,
8+
"dotnet clean": true,
39
"dotnet build": true,
410
"dotnet format": true,
511
"dotnet test": true,

0 commit comments

Comments
 (0)