File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 596596 "category" : " %AWS.amazonq.title%"
597597 },
598598 {
599- "command" : " aws.amazonq.viewActiveProcesses " ,
600- "title" : " %AWS.command.viewActiveProcesses %" ,
599+ "command" : " aws.amazonq.logActiveProcceses " ,
600+ "title" : " %AWS.command.logActiveProcceses %" ,
601601 "category" : " %AWS.title%"
602602 },
603603 {
Original file line number Diff line number Diff line change 176176 "AWS.command.submitFeedback" : " Send Feedback..." ,
177177 "AWS.command.downloadSchemaItemCode" : " Download Code Bindings" ,
178178 "AWS.command.viewLogs" : " View Logs" ,
179- "AWS.command.viewActiveProcesses " : " View Active Subprocesses" ,
179+ "AWS.command.logActiveProcceses " : " Log All Active Subprocesses" ,
180180 "AWS.command.cloudWatchLogs.searchLogGroup" : " Search Log Group" ,
181181 "AWS.command.cloudWatchLogs.tailLogGroup" : " Tail Log Group" ,
182182 "AWS.command.sam.newTemplate" : " Create new SAM Template" ,
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ export async function activateCommon(
174174
175175 context . subscriptions . push (
176176 Commands . register (
177- `aws.${ contextPrefix } .viewActiveProcesses ` ,
177+ `aws.${ contextPrefix } .logActiveProcceses ` ,
178178 async ( ) => await ChildProcessTracker . instance . logAllUsage ( )
179179 )
180180 )
Original file line number Diff line number Diff line change 31473147 "category" : " %AWS.title%"
31483148 },
31493149 {
3150- "command" : " aws.toolkit.viewActiveProcesses " ,
3151- "title" : " %AWS.command.viewActiveProcesses %" ,
3150+ "command" : " aws.toolkit.logActiveProcceses " ,
3151+ "title" : " %AWS.command.logActiveProcceses %" ,
31523152 "category" : " %AWS.title%"
31533153 },
31543154 {
You can’t perform that action at this time.
0 commit comments