Skip to content

Add Tasks panel infrastructure with type-safe IPC protocol #1912

Add Tasks panel infrastructure with type-safe IPC protocol

Add Tasks panel infrastructure with type-safe IPC protocol #1912

Triggered via pull request February 4, 2026 14:36
Status Failure
Total duration 1m 33s
Artifacts

ci.yaml

on: pull_request
Matrix: test-integration
Matrix: test-unit
Package
Package
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Integration Test (VS Code 1.95.0)
Process completed with exit code 2.
Integration Test (VS Code 1.95.0): test/webview/shared/api.test.ts#L25
Object literal may only specify known properties, and 'type' does not exist in type 'WebviewMessage'.
Integration Test (VS Code 1.95.0): test/webview/shared/api.test.ts#L24
Object literal may only specify known properties, and 'type' does not exist in type 'WebviewMessage'.
Integration Test (VS Code 1.95.0): src/webviews/tasks/TasksPanel.ts#L11
Cannot find module '@repo/shared' or its corresponding type declarations.
Integration Test (VS Code stable)
Process completed with exit code 2.
Integration Test (VS Code stable): test/webview/shared/api.test.ts#L25
Object literal may only specify known properties, and 'type' does not exist in type 'WebviewMessage'.
Integration Test (VS Code stable): test/webview/shared/api.test.ts#L24
Object literal may only specify known properties, and 'type' does not exist in type 'WebviewMessage'.
Integration Test (VS Code stable): src/webviews/tasks/TasksPanel.ts#L11
Cannot find module '@repo/shared' or its corresponding type declarations.