Skip to content

Commit

Permalink
fix: try not rendering detail for chat related files (#233871)
Browse files Browse the repository at this point in the history
  • Loading branch information
joyceerhl authored Nov 14, 2024
1 parent fd5fa8e commit ea57cf0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,6 @@ export class AttachContextAction extends Action2 {
type: 'item',
label: labelService.getUriBasenameLabel(file.uri),
description: labelService.getUriLabel(dirname(file.uri), { relative: true }),
detail: file.description,
value: file.uri,
disabled: workingSet?.has(file.uri) || attachments.has(this._getFileContextId({ resource: file.uri })),
picked: true
Expand Down

0 comments on commit ea57cf0

Please sign in to comment.