Better handle terminal shell integration check #1319
pr-check.yml
on: pull_request
Create VSIX
27s
Lint
18s
Matrix: TypeScript Unit Tests
Annotations
8 errors and 1 warning
|
TypeScript Unit Tests (ubuntu-latest)
Process completed with exit code 2.
|
|
TypeScript Unit Tests (ubuntu-latest):
src/features/terminal/shells/pwsh/pwshStartup.ts#L171
This condition will always return true since this 'Promise<boolean>' is always defined.
|
|
TypeScript Unit Tests (ubuntu-latest):
src/features/terminal/shells/fish/fishStartup.ts#L61
This condition will always return true since this 'Promise<boolean>' is always defined.
|
|
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/features/terminal/shells/pwsh/pwshStartup.ts#L171
This condition will always return true since this 'Promise<boolean>' is always defined.
|
|
TypeScript Unit Tests (windows-latest):
src/features/terminal/shells/fish/fishStartup.ts#L61
This condition will always return true since this 'Promise<boolean>' is always defined.
|
|
Lint:
src/test/features/terminalEnvVarInjectorBasic.unit.test.ts#L43
Unexpected any. Specify a different type
|