We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc25e42 commit 1247fcfCopy full SHA for 1247fcf
1 file changed
vscode-extension/src/extension.ts
@@ -307,18 +307,6 @@ class CopilotTokenTracker implements vscode.Disposable {
307
* Extract custom agent name from a file:// URI pointing to a .agent.md file.
308
* Returns the filename without the .agent.md extension.
309
*/
310
-
311
312
313
314
315
316
317
318
319
320
321
322
private getEditorTypeFromPath(filePath: string): string {
323
return _getEditorTypeFromPath(filePath, (p) => this.openCode.isOpenCodeSessionFile(p));
324
}
0 commit comments