mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
add DocumentSymbol#detail, #34968
This commit is contained in:
1
src/vs/monaco.d.ts
vendored
1
src/vs/monaco.d.ts
vendored
@@ -4873,6 +4873,7 @@ declare namespace monaco.languages {
|
||||
|
||||
export interface DocumentSymbol {
|
||||
name: string;
|
||||
detail: string;
|
||||
kind: SymbolKind;
|
||||
containerName?: string;
|
||||
fullRange: IRange;
|
||||
|
||||
Reference in New Issue
Block a user