Skip to content

Commit 312cf46

Browse files
committed
adjust code description
1 parent bb05133 commit 312cf46

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/codewhispererChat/controllers/chat

1 file changed

+1
-1
lines changed

packages/core/src/codewhispererChat/controllers/chat/controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ export class ChatController {
541541
} else if (contextCommandItem.symbol) {
542542
symbolsCmd.children?.[0].commands.push({
543543
command: contextCommandItem.symbol.name,
544-
description: `${contextCommandItem.symbol.kind}, ${path.basename(contextCommandItem.relativePath)}, L${contextCommandItem.symbol.range.start.line}-${contextCommandItem.symbol.range.end.line}`,
544+
description: `${contextCommandItem.symbol.kind}, ${contextCommandItem.relativePath}, L${contextCommandItem.symbol.range.start.line}-${contextCommandItem.symbol.range.end.line}`,
545545
route: [contextCommandItem.workspaceFolder, contextCommandItem.relativePath],
546546
label: 'code',
547547
id: contextCommandItem.id,

0 commit comments

Comments
 (0)