feat: libro lsp client with notebook support #214
Annotations
10 errors and 1 warning
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'.
|
CI: JavaScript (16, 3.8) / CI
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|