feat: libro lsp client with notebook support #173
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
CI: JavaScript (16, 3.8) / CI
'LSPAppContribution' is declared but its value is never read.
|
CI: JavaScript (16, 3.8) / CI
Property 'tooltip' does not exist on type 'Command'.
|
CI: JavaScript (16, 3.8) / CI
Type '{ name: any; kind: SymbolKind; location: { uri: string; } | null; data: any; } | { name: string; kind: SymbolKind; location: Location; }' is not assignable to type 'WorkspaceSymbol'.
|
CI: JavaScript (16, 3.8) / CI
Property 'name' does not exist on type 'never'.
|
CI: JavaScript (16, 3.8) / CI
Property 'kind' does not exist on type 'never'.
|
CI: JavaScript (16, 3.8) / CI
Property 'hasRange' does not exist on type 'never'.
|
CI: JavaScript (16, 3.8) / CI
Property 'location' does not exist on type 'never'.
|
CI: JavaScript (16, 3.8) / CI
Property 'location' does not exist on type 'never'.
|
CI: JavaScript (16, 3.8) / CI
Property 'data' does not exist on type 'never'.
|
CI: JavaScript (16, 3.8) / CI
Type '(this: void, document: TextDocument, token: CancellationToken) => Promise<DocumentSymbol[] | SymbolInformation[] | null>' is not assignable to type 'ProvideDocumentSymbolsSignature'.
|