Add Tasks panel infrastructure with type-safe IPC protocol #1916
Annotations
30 errors
|
Integration Test (VS Code stable)
Module '"@repo/shared"' has no exported member 'getTasks'.
|
|
Integration Test (VS Code stable)
'"@repo/shared"' has no exported member named 'getTaskDetails'. Did you mean 'TaskDetails'?
|
|
Integration Test (VS Code stable)
Module '"@repo/shared"' has no exported member 'getTask'.
|
|
Integration Test (VS Code stable)
Module '"@repo/shared"' has no exported member 'downloadLogs'.
|
|
Integration Test (VS Code stable)
Module '"@repo/shared"' has no exported member 'deleteTask'.
|
|
Integration Test (VS Code stable)
Module '"@repo/shared"' has no exported member 'createTask'.
|
|
Integration Test (VS Code stable)
Property 'tasks' does not exist on type '{}'.
|
|
Integration Test (VS Code stable)
Property 'templates' does not exist on type '{}'.
|
|
Integration Test (VS Code stable)
Property 'baseUrl' does not exist on type '{}'.
|
|
Integration Test (VS Code stable)
Property 'tasksSupported' does not exist on type '{}'.
|
|
Integration Test (VS Code 1.95.0)
Module '"@repo/shared"' has no exported member 'getTasks'.
|
|
Integration Test (VS Code 1.95.0)
'"@repo/shared"' has no exported member named 'getTaskDetails'. Did you mean 'TaskDetails'?
|
|
Integration Test (VS Code 1.95.0)
Module '"@repo/shared"' has no exported member 'getTask'.
|
|
Integration Test (VS Code 1.95.0)
Module '"@repo/shared"' has no exported member 'downloadLogs'.
|
|
Integration Test (VS Code 1.95.0)
Module '"@repo/shared"' has no exported member 'deleteTask'.
|
|
Integration Test (VS Code 1.95.0)
Module '"@repo/shared"' has no exported member 'createTask'.
|
|
Integration Test (VS Code 1.95.0)
Property 'tasks' does not exist on type '{}'.
|
|
Integration Test (VS Code 1.95.0)
Property 'templates' does not exist on type '{}'.
|
|
Integration Test (VS Code 1.95.0)
Property 'baseUrl' does not exist on type '{}'.
|
|
Integration Test (VS Code 1.95.0)
Property 'tasksSupported' does not exist on type '{}'.
|
|
Lint:
packages/tasks/src/hooks/useTasksApi.ts#L42
Unsafe argument of type error typed assigned to a parameter of type `{ method: string; _types?: { params: { taskId: string; }; response: unknown; } | undefined; }`
|
|
Lint:
packages/tasks/src/hooks/useTasksApi.ts#L41
Unsafe argument of type error typed assigned to a parameter of type `{ method: string; _types?: { params: { taskId: string; }; response: unknown; } | undefined; }`
|
|
Lint:
packages/tasks/src/hooks/useTasksApi.ts#L40
Unsafe argument of type error typed assigned to a parameter of type `{ method: string; _types?: { params: CreateTaskParams; response: unknown; } | undefined; }`
|
|
Lint:
packages/tasks/src/hooks/useTasksApi.ts#L39
Unsafe argument of type error typed assigned to a parameter of type `{ method: string; _types?: { params: { taskId: string; }; response: unknown; } | undefined; }`
|
|
Lint:
packages/tasks/src/hooks/useTasksApi.ts#L38
Unsafe argument of type error typed assigned to a parameter of type `{ method: string; _types?: { params: { taskId: string; }; response: unknown; } | undefined; }`
|
|
Lint:
packages/tasks/src/hooks/useTasksApi.ts#L37
Unsafe argument of type error typed assigned to a parameter of type `{ method: string; _types?: { params: unknown; response: unknown; } | undefined; }`
|
|
Lint:
packages/tasks/src/hooks/useTasksApi.ts#L36
Unsafe argument of type error typed assigned to a parameter of type `{ method: string; _types?: { params: unknown; response: unknown; } | undefined; }`
|
|
Lint:
packages/tasks/src/hooks/useTasksApi.ts#L35
Unsafe argument of type error typed assigned to a parameter of type `{ method: string; _types?: { params: unknown; response: unknown; } | undefined; }`
|
|
Lint:
packages/tasks/src/App.tsx#L40
Unsafe member access .length on a type that cannot be resolved
|
|
Lint:
packages/tasks/src/App.tsx#L39
Unsafe member access .length on a type that cannot be resolved
|