mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Merge pull request #548 from matklad/patch-1
Don't require the detail to be copy of name
This commit is contained in:
commit
b65892bc09
1 changed files with 1 additions and 2 deletions
|
|
@ -3170,8 +3170,7 @@ export class DocumentSymbol {
|
|||
name: string;
|
||||
|
||||
/**
|
||||
* More detail for this symbol, e.g the signature of a function. If not provided the
|
||||
* name is used.
|
||||
* More detail for this symbol, e.g the signature of a function.
|
||||
*/
|
||||
detail?: string;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue