File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
src/vs/workbench/contrib/terminalContrib/chatAgentTools/common Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments