-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Labels
agent-sandboxbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
Description
"chat.tools.terminal.sandbox.network": {
"allowedDomains": ["microsoft.com", "google.com"],
"deniedDomains": [],
"allowTrustedDomains": false
},
Should instead be:
"chat.tools.terminal.sandbox.network.allowedDomains": ["microsoft.com", "google.com"],
"chat.tools.terminal.sandbox.network.deniedDomains": [],
"chat.tools.terminal.sandbox.network.allowTrustedDomains": false

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
agent-sandboxbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug