From 7e64e1e2343c4b155aa8d5e8be0c8f207936e94b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E7=9F=B3=E5=A4=B4?= Date: Thu, 14 Mar 2024 23:06:34 +0800 Subject: [PATCH] Fix typo in objectName value --- src/panel/codeLens.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panel/codeLens.ts b/src/panel/codeLens.ts index 2031415..c4babb6 100644 --- a/src/panel/codeLens.ts +++ b/src/panel/codeLens.ts @@ -54,7 +54,7 @@ export class CodeLensManager { this.registrations = [ { elementType: "function", - objectName: "Devchat:unit tests", + objectName: "DevChat: unit tests", promptGenerator: "/unit_tests {__filename__}:::{__functionName__}:::{__functionStartLine__}:::{__functionEndLine__}:::{__containerStartLine__}:::{__containerEndLine__}", },