Skip to content

Update to vscode v1.82.0 monaco-editor v0.43.0 #341

Update to vscode v1.82.0 monaco-editor v0.43.0

Update to vscode v1.82.0 monaco-editor v0.43.0 #341

Triggered via pull request September 14, 2023 11:29
Status Failure
Total duration 9m 52s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

check_build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Check build: src/api.ts#L217
Types of construct signatures are incompatible.
Check build: src/missing-services.ts#L1
'IDynamicListEventMultiplexer' is declared but its value is never read.
Check build: src/missing-services.ts#L96
Cannot find module 'vs/workbench/services/semanticSimilarity/common/semanticSimilarityService' or its corresponding type declarations.
Check build: src/missing-services.ts#L116
Module '"vs/workbench/contrib/search/browser/searchModel"' has no exported member 'ISearchWorkbenchService'.
Check build: src/missing-services.ts#L166
Cannot find module 'vs/workbench/contrib/search/browser/notebookSearch' or its corresponding type declarations.
Check build: src/missing-services.ts#L170
All imports in import declaration are unused.
Check build: src/missing-services.ts#L747
Property 'onDidChangeFocusedView' has no initializer and is not definitely assigned in the constructor.
Check build: src/missing-services.ts#L869
Class 'MonacoSearchService' incorrectly implements interface 'ISearchService'.
Check build: src/missing-services.ts#L894
Argument of type 'typeof MonacoSearchService' is not assignable to parameter of type 'new (modelService: IModelService) => ISearchService'.
Check build: src/missing-services.ts#L1203
Argument of type 'typeof TerminalService' is not assignable to parameter of type 'new () => ITerminalService'.