Skip to content

Commit d04cd41

Browse files
committed
Don't add npm/yarn defaults
1 parent d93f1bd commit d04cd41

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/vs/workbench/contrib/terminalContrib/chatAgentTools/common/terminalChatAgentToolsConfiguration.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -132,20 +132,6 @@ export const terminalChatAgentToolsConfiguration: IStringDictionary<IConfigurati
132132
'git show': true,
133133
'git diff': true,
134134

135-
// Common npm/yarn run commands that are typically safe
136-
'npm run build': true,
137-
'npm run test': true,
138-
'npm run dev': true,
139-
'npm run start': true,
140-
'npm run lint': true,
141-
'npm run watch': true,
142-
'yarn run build': true,
143-
'yarn run test': true,
144-
'yarn run dev': true,
145-
'yarn run start': true,
146-
'yarn run lint': true,
147-
'yarn run watch': true,
148-
149135
// While these PowerShell verbs can have side effects, they are generally innocuous (eg.
150136
// updating OS-level file access info) and and often have prompts if they're more
151137
// involved (eg. Get-Credential)

0 commit comments

Comments
 (0)