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__}", },