Skip to content

Commit 6385594

Browse files
committed
switch command name
1 parent ee81478 commit 6385594

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

packages/amazonq/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -596,8 +596,8 @@
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
{

packages/core/package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
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",

packages/core/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)

packages/toolkit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3147,8 +3147,8 @@
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
{

0 commit comments

Comments
 (0)