feat(lsp): inlineCompletion #2229
Annotations
10 errors
Lint:
src/__tests__/client/features.test.ts#L832
Property 'newText' does not exist on type 'TextEdit | AnnotatedTextEdit | SnippetTextEdit'.
|
Lint:
src/completion/sources.ts#L94
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './native/around.js'?
|
Lint:
src/completion/sources.ts#L95
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './native/buffer.js'?
|
Lint:
src/completion/sources.ts#L96
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean './native/file.js'?
|
Lint:
src/core/files.ts#L517
Argument of type '(TextEdit | AnnotatedTextEdit | SnippetTextEdit)[]' is not assignable to parameter of type 'TextEdit[]'.
|
Lint:
src/handler/refactor/index.ts#L170
Type '(TextEdit | AnnotatedTextEdit | SnippetTextEdit)[]' is not assignable to type 'TextEdit[]'.
|
Lint:
src/model/editInspect.ts#L194
Argument of type '(TextEdit | AnnotatedTextEdit | SnippetTextEdit)[]' is not assignable to parameter of type 'TextEdit[]'.
|
Lint:
src/snippets/session.ts#L176
Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '../completion/sources.js'?
|
Lint:
src/util/textedit.ts#L142
Argument of type 'TextEdit | AnnotatedTextEdit | SnippetTextEdit' is not assignable to parameter of type 'TextEdit | AnnotatedTextEdit'.
|
Lint
Process completed with exit code 2.
|