Skip to content

Commit 2325ccb

Browse files
authored
feat: support clickable in fileDetails (#656)
## Problem LSP server should be able to disable clicks for files in file lists. ## Solution Add `clickable` to `FileDetails` <!--- REMINDER: - Read CONTRIBUTING.md first. - Add test coverage for your changes. - Link to related issues/commits. - Testing: how did you test your changes? - Screenshots if applicable --> ## License By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent fae7971 commit 2325ccb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/chat.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ export interface FileDetails {
139139
total?: number
140140
}
141141
visibleName?: string
142+
clickable?: boolean
142143
}
143144

144145
export interface FileList {

0 commit comments

Comments
 (0)