Skip to content

Commit 1247fcf

Browse files
committed
Remove random empty lines
1 parent bc25e42 commit 1247fcf

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

vscode-extension/src/extension.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -307,18 +307,6 @@ class CopilotTokenTracker implements vscode.Disposable {
307307
* Extract custom agent name from a file:// URI pointing to a .agent.md file.
308308
* Returns the filename without the .agent.md extension.
309309
*/
310-
311-
312-
313-
314-
315-
316-
317-
318-
319-
320-
321-
322310
private getEditorTypeFromPath(filePath: string): string {
323311
return _getEditorTypeFromPath(filePath, (p) => this.openCode.isOpenCodeSessionFile(p));
324312
}

0 commit comments

Comments
 (0)