mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
Update src/vs/workbench/contrib/terminalContrib/chatAgentTools/common/terminalChatAgentToolsConfiguration.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -264,7 +264,7 @@ export const terminalChatAgentToolsConfiguration: IStringDictionary<IConfigurati
|
||||
'/^pnpm\\s+(ls|list|outdated|why|root|bin|doctor)\\b/': true,
|
||||
'/^pnpm\\s+licenses\\b/': true,
|
||||
'/^pnpm\\s+audit\\b(?!.*\\bfix\\b)/': true,
|
||||
'/^pnpm\\s+config\\s+list\\b/': true,
|
||||
'/^pnpm\\s+config\\s+(list|get)\\b/': true,
|
||||
|
||||
// Safe lockfile-only installs since we trust the workspace and lock file is trusted.
|
||||
'npm ci': true,
|
||||
|
||||
Reference in New Issue
Block a user