Skip to content

Commit 023e6ab

Browse files
Merge pull request #115 from suhaibbinyounis/feat/107-expose-perf-commands
feat: expose perf commands to the Command Palette
2 parents 577a39f + 7e36fff commit 023e6ab

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

package.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,31 @@
150150
"command": "github-copilot-api-vscode.createDesktopShortcut",
151151
"title": "Copilot API: Create Desktop Shortcut",
152152
"category": "GitHub Copilot"
153+
},
154+
{
155+
"command": "github-copilot-api-vscode.perf.resetMetrics",
156+
"title": "Copilot API (Dev): Reset Perf Metrics",
157+
"category": "GitHub Copilot"
158+
},
159+
{
160+
"command": "github-copilot-api-vscode.perf.getMetrics",
161+
"title": "Copilot API (Dev): Get Perf Metrics",
162+
"category": "GitHub Copilot"
163+
},
164+
{
165+
"command": "github-copilot-api-vscode.perf.validateRequestTracking",
166+
"title": "Copilot API (Dev): Validate Request Tracking",
167+
"category": "GitHub Copilot"
168+
},
169+
{
170+
"command": "github-copilot-api-vscode.perf.startCpuProfile",
171+
"title": "Copilot API (Dev): Start CPU Profile",
172+
"category": "GitHub Copilot"
173+
},
174+
{
175+
"command": "github-copilot-api-vscode.perf.stopCpuProfile",
176+
"title": "Copilot API (Dev): Stop CPU Profile",
177+
"category": "GitHub Copilot"
153178
}
154179
],
155180
"menus": {

0 commit comments

Comments
 (0)