fix: ensure env managers are using workspace persistent state (#455) #173
push-check.yml
on: push
Create VSIX
30s
Lint
18s
Matrix: TypeScript Unit Tests
Annotations
25 errors
|
Lint
Process completed with exit code 1.
|
|
Lint:
src/extension.ts#L21
'InstallPackageTool' is defined but never used. Allowed unused vars must match /^_/u
|
|
Lint:
src/extension.ts#L20
'GetExecutableTool' is defined but never used. Allowed unused vars must match /^_/u
|
|
Lint:
src/extension.ts#L19
'GetEnvironmentInfoTool' is defined but never used. Allowed unused vars must match /^_/u
|
|
Lint:
src/extension.ts#L18
'CreateQuickVirtualEnvironmentTool' is defined but never used. Allowed unused vars must match /^_/u
|
|
TypeScript Unit Tests (ubuntu-latest)
Process completed with exit code 2.
|
|
TypeScript Unit Tests (ubuntu-latest):
src/extension.ts#L21
Cannot find module './features/chat/installPackagesTool' or its corresponding type declarations.
|
|
TypeScript Unit Tests (ubuntu-latest):
src/extension.ts#L21
'InstallPackageTool' is declared but its value is never read.
|
|
TypeScript Unit Tests (ubuntu-latest):
src/extension.ts#L20
Cannot find module './features/chat/getExecutableTool' or its corresponding type declarations.
|
|
TypeScript Unit Tests (ubuntu-latest):
src/extension.ts#L20
'GetExecutableTool' is declared but its value is never read.
|
|
TypeScript Unit Tests (ubuntu-latest):
src/extension.ts#L19
Cannot find module './features/chat/getEnvInfoTool' or its corresponding type declarations.
|
|
TypeScript Unit Tests (ubuntu-latest):
src/extension.ts#L19
'GetEnvironmentInfoTool' is declared but its value is never read.
|
|
TypeScript Unit Tests (ubuntu-latest):
src/extension.ts#L18
Cannot find module './features/chat/createQuickVenvTool' or its corresponding type declarations.
|
|
TypeScript Unit Tests (ubuntu-latest):
src/extension.ts#L18
'CreateQuickVirtualEnvironmentTool' is declared but its value is never read.
|
|
Create VSIX
Process completed with exit code 1.
|
|
Create VSIX
npm failed with exit code 1
|
|
TypeScript Unit Tests (windows-latest)
Process completed with exit code 1.
|
|
TypeScript Unit Tests (windows-latest):
src/extension.ts#L21
Cannot find module './features/chat/installPackagesTool' or its corresponding type declarations.
|
|
TypeScript Unit Tests (windows-latest):
src/extension.ts#L21
'InstallPackageTool' is declared but its value is never read.
|
|
TypeScript Unit Tests (windows-latest):
src/extension.ts#L20
Cannot find module './features/chat/getExecutableTool' or its corresponding type declarations.
|
|
TypeScript Unit Tests (windows-latest):
src/extension.ts#L20
'GetExecutableTool' is declared but its value is never read.
|
|
TypeScript Unit Tests (windows-latest):
src/extension.ts#L19
Cannot find module './features/chat/getEnvInfoTool' or its corresponding type declarations.
|
|
TypeScript Unit Tests (windows-latest):
src/extension.ts#L19
'GetEnvironmentInfoTool' is declared but its value is never read.
|
|
TypeScript Unit Tests (windows-latest):
src/extension.ts#L18
Cannot find module './features/chat/createQuickVenvTool' or its corresponding type declarations.
|
|
TypeScript Unit Tests (windows-latest):
src/extension.ts#L18
'CreateQuickVirtualEnvironmentTool' is declared but its value is never read.
|