refactor: Removed unused lsp symbol struct
This commit is contained in:
parent
7ae983a419
commit
ced915fedc
1 changed files with 0 additions and 9 deletions
|
|
@ -1867,15 +1867,6 @@ const DocumentSymbol = struct {
|
||||||
parent_name: []const u8 = &.{},
|
parent_name: []const u8 = &.{},
|
||||||
};
|
};
|
||||||
|
|
||||||
const SymbolInformation = struct {
|
|
||||||
name: []const u8,
|
|
||||||
kind: usize,
|
|
||||||
tags: ?[]const usize,
|
|
||||||
deprecated: ?bool,
|
|
||||||
location: Location,
|
|
||||||
containerName: ?[]const u8,
|
|
||||||
};
|
|
||||||
|
|
||||||
// Location is a subset of LocationLink
|
// Location is a subset of LocationLink
|
||||||
const Location = LocationLink;
|
const Location = LocationLink;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue