mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-17 02:42:54 +00:00
Update Node.js, vscode, and ts deps
This commit is contained in:
parent
2fa819c9d3
commit
00726cf697
29 changed files with 2715 additions and 1857 deletions
|
|
@ -5,6 +5,8 @@ export class RaLanguageClient extends lc.LanguageClient {
|
|||
override handleFailedRequest<T>(
|
||||
type: lc.MessageSignature,
|
||||
token: vscode.CancellationToken | undefined,
|
||||
// declared as `any` in vscode-languageclient
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
error: any,
|
||||
defaultValue: T,
|
||||
showNotification?: boolean | undefined,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue