Copilot tools #277
pr-check.yml
on: pull_request
Create VSIX
22s
Lint
13s
Matrix: TypeScript Unit Tests
Annotations
21 errors and 2 warnings
|
Lint:
src/features/copilotTools.ts#L12
'EnvironmentManager' is defined but never used. Allowed unused vars must match /^_/u
|
|
Lint:
src/features/copilotTools.ts#L16
'PythonEnvironmentManagementApi' is defined but never used. Allowed unused vars must match /^_/u
|
|
Lint
Process completed with exit code 1.
|
|
TypeScript Unit Tests (ubuntu-latest):
src/features/copilotTools.ts#L12
'EnvironmentManager' is declared but its value is never read.
|
|
TypeScript Unit Tests (ubuntu-latest):
src/features/copilotTools.ts#L16
'PythonEnvironmentManagementApi' is declared but its value is never read.
|
|
TypeScript Unit Tests (ubuntu-latest):
src/features/copilotTools.ts#L210
Property 'installPackages' does not exist on type 'PythonProjectEnvironmentApi & PythonPackageGetterApi & PythonPackageManagementApi'.
|
|
TypeScript Unit Tests (ubuntu-latest):
src/test/copilotTools.unit.test.ts#L149
Property 'installPackages' does not exist on type 'PythonProjectEnvironmentApi & PythonPackageGetterApi & PythonPackageManagementApi'.
|
|
TypeScript Unit Tests (ubuntu-latest):
src/test/copilotTools.unit.test.ts#L181
Property 'installPackages' does not exist on type 'PythonProjectEnvironmentApi & PythonPackageGetterApi & PythonPackageManagementApi'.
|
|
TypeScript Unit Tests (ubuntu-latest):
src/test/copilotTools.unit.test.ts#L232
Property 'installPackages' does not exist on type 'PythonProjectEnvironmentApi & PythonPackageGetterApi & PythonPackageManagementApi'.
|
|
TypeScript Unit Tests (ubuntu-latest):
src/test/copilotTools.unit.test.ts#L264
Expected 2 arguments, but got 1.
|
|
TypeScript Unit Tests (ubuntu-latest)
Process completed with exit code 2.
|
|
Create VSIX
npm failed with exit code 1
|
|
Create VSIX
Process completed with exit code 1.
|
|
TypeScript Unit Tests (windows-latest):
src/features/copilotTools.ts#L12
'EnvironmentManager' is declared but its value is never read.
|
|
TypeScript Unit Tests (windows-latest):
src/features/copilotTools.ts#L16
'PythonEnvironmentManagementApi' is declared but its value is never read.
|
|
TypeScript Unit Tests (windows-latest):
src/features/copilotTools.ts#L210
Property 'installPackages' does not exist on type 'PythonProjectEnvironmentApi & PythonPackageGetterApi & PythonPackageManagementApi'.
|
|
TypeScript Unit Tests (windows-latest):
src/test/copilotTools.unit.test.ts#L149
Property 'installPackages' does not exist on type 'PythonProjectEnvironmentApi & PythonPackageGetterApi & PythonPackageManagementApi'.
|
|
TypeScript Unit Tests (windows-latest):
src/test/copilotTools.unit.test.ts#L181
Property 'installPackages' does not exist on type 'PythonProjectEnvironmentApi & PythonPackageGetterApi & PythonPackageManagementApi'.
|
|
TypeScript Unit Tests (windows-latest):
src/test/copilotTools.unit.test.ts#L232
Property 'installPackages' does not exist on type 'PythonProjectEnvironmentApi & PythonPackageGetterApi & PythonPackageManagementApi'.
|
|
TypeScript Unit Tests (windows-latest):
src/test/copilotTools.unit.test.ts#L264
Expected 2 arguments, but got 1.
|
|
TypeScript Unit Tests (windows-latest)
Process completed with exit code 1.
|
|
Lint:
src/test/copilotTools.unit.test.ts#L328
Unexpected any. Specify a different type
|
|
Lint:
src/test/copilotTools.unit.test.ts#L390
Unexpected any. Specify a different type
|