Skip to content

Commit 30dd7d4

Browse files
committed
rename commands and remove outdated changelog
1 parent 045f9f0 commit 30dd7d4

File tree

7 files changed

+8
-16
lines changed

7 files changed

+8
-16
lines changed

packages/amazonq/.changes/next-release/Feature-db34038d-d2bf-4b6e-b4dc-ac84c0156ab5.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

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.logActiveProcceses",
600-
"title": "%AWS.command.logActiveProcceses%",
599+
"command": "aws.amazonq.showExtStats",
600+
"title": "%AWS.command.showExtStats%",
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
@@ -177,7 +177,7 @@
177177
"AWS.command.submitFeedback": "Send Feedback...",
178178
"AWS.command.downloadSchemaItemCode": "Download Code Bindings",
179179
"AWS.command.viewLogs": "View Logs",
180-
"AWS.command.logActiveProcceses": "Log All Active Subprocesses",
180+
"AWS.command.showExtStats": "Show Extension Stats",
181181
"AWS.command.cloudWatchLogs.searchLogGroup": "Search Log Group",
182182
"AWS.command.cloudWatchLogs.tailLogGroup": "Tail Log Group",
183183
"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}.logActiveProcceses`,
177+
`aws.${contextPrefix}.showExtStats`,
178178
async () => await ChildProcessTracker.instance.logAllUsage()
179179
)
180180
)

packages/core/src/shared/telemetry/vscodeTelemetry.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,8 @@
389389
]
390390
},
391391
{
392-
"name": "ide_logActiveProcesses",
393-
"description": "Emitted when user invokes logActiveProcesses command",
392+
"name": "ide_reportPerformance",
393+
"description": "Emitted when user invokes reportPerformance command",
394394
"metadata": [
395395
{
396396
"type": "size",

packages/toolkit/.changes/next-release/Feature-82e8146f-5dec-4af6-8f55-482471fdb4ad.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

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.logActiveProcceses",
3151-
"title": "%AWS.command.logActiveProcceses%",
3150+
"command": "aws.toolkit.showExtStats",
3151+
"title": "%AWS.command.showExtStats%",
31523152
"category": "%AWS.title%"
31533153
},
31543154
{

0 commit comments

Comments
 (0)