switch new project add to create method #376
pr-check.yml
on: pull_request
Create VSIX
26s
Lint
12s
Matrix: TypeScript Unit Tests
Annotations
12 errors
|
Lint:
src/extension.ts#L25
'addPythonProject' is defined but never used. Allowed unused vars must match /^_/u
|
|
Lint
Process completed with exit code 1.
|
|
TypeScript Unit Tests (ubuntu-latest):
src/extension.ts#L25
Module '"./features/envCommands"' has no exported member 'addPythonProject'.
|
|
TypeScript Unit Tests (ubuntu-latest):
src/extension.ts#L25
'addPythonProject' is declared but its value is never read.
|
|
TypeScript Unit Tests (ubuntu-latest):
src/features/envCommands.ts#L371
Object literal may only specify known properties, and 'uri' does not exist in type 'PythonProjectCreatorOptions'.
|
|
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/extension.ts#L25
Module '"./features/envCommands"' has no exported member 'addPythonProject'.
|
|
TypeScript Unit Tests (windows-latest):
src/extension.ts#L25
'addPythonProject' is declared but its value is never read.
|
|
TypeScript Unit Tests (windows-latest):
src/features/envCommands.ts#L371
Object literal may only specify known properties, and 'uri' does not exist in type 'PythonProjectCreatorOptions'.
|
|
TypeScript Unit Tests (windows-latest)
Process completed with exit code 1.
|