We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e98776 commit dbc34f6Copy full SHA for dbc34f6
1 file changed
.vscode/settings.json
@@ -1,5 +1,11 @@
1
{
2
+ "chat.useAgentSkills": true,
3
+ "chat.plugins.enabled": true,
4
"chat.tools.terminal.autoApprove": {
5
+ "dotnet --version": true,
6
+ "dotnet --info": true,
7
+ "dotnet restore": true,
8
+ "dotnet clean": true,
9
"dotnet build": true,
10
"dotnet format": true,
11
"dotnet test": true,
0 commit comments