mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 08:38:56 +01:00
document symbols and deprecated, UX, internal API, #50972
This commit is contained in:
@@ -70,6 +70,7 @@ class DocumentSymbolAdapter {
|
||||
const element = <modes.DocumentSymbol>{
|
||||
name: info.name || '!!MISSING: name!!',
|
||||
kind: typeConvert.SymbolKind.from(info.kind),
|
||||
kindTags: [],
|
||||
detail: undefined!, // Strict null override — avoid changing behavior
|
||||
containerName: info.containerName,
|
||||
range: typeConvert.Range.from(info.location.range),
|
||||
|
||||
Reference in New Issue
Block a user