Skip to content

feat: libro lsp client with notebook support #196

feat: libro lsp client with notebook support

feat: libro lsp client with notebook support #196

Triggered via pull request January 24, 2024 11:35
Status Failure
Total duration 8m 6s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Matrix: CI: JavaScript
Fit to window
Zoom out
Zoom in

Annotations

10 errors
CI: JavaScript (16, 3.8) / CI
Type '(this: void, document: TextDocument, token: CancellationToken) => Promise<DocumentSymbol[] | SymbolInformation[] | null>' is not assignable to type 'ProvideDocumentSymbolsSignature'.
CI: JavaScript (16, 3.8) / CI
'TextDocumentPositionParams' is declared but its value is never read.
CI: JavaScript (16, 3.8) / CI
Type '{ value: string | number; target: Uri; }' is not assignable to type 'string | number | undefined'.
CI: JavaScript (16, 3.8) / CI
Type '{ value: string | number; target: Uri; }' is not assignable to type 'string | number | undefined'.
CI: JavaScript (16, 3.8) / CI
Type 'MarkdownString' is not assignable to type 'MarkdownString | MarkdownString[]'.
CI: JavaScript (16, 3.8) / CI
Type 'import("vscode").Diagnostic[]' is not assignable to type 'import("/home/runner/work/libro/libro/packages/libro-language-client/src/common/vscodeAdaptor/extHostTypes", { assert: { "resolution-mode": "import" } }).Diagnostic[]'.
CI: JavaScript (16, 3.8) / CI
Property 'disabled' does not exist on type 'ProtocolCodeAction'.
CI: JavaScript (16, 3.8) / CI
Argument of type 'RegExp | undefined' is not assignable to parameter of type 'RegExp'.
CI: JavaScript (16, 3.8) / CI
Argument of type 'string | SnippetString' is not assignable to parameter of type 'string'.
CI: JavaScript (16, 3.8) / CI
Type '{ onDidChangeSemanticTokens: Event<void>; provideDocumentSemanticTokens: (document: TextDocument, token: CancellationToken) => ProviderResult<SemanticTokens>; provideDocumentSemanticTokensEdits: ((document: TextDocument, previousResultId: string, token: CancellationToken) => ProviderResult<...>) | undefined; } | und...' is not assignable to type 'DocumentSemanticTokensProvider | undefined'.