Skip to content

VSCODE-639: Replace regex fragment matching with streaming KMP #2092

VSCODE-639: Replace regex fragment matching with streaming KMP

VSCODE-639: Replace regex fragment matching with streaming KMP #2092

Triggered via pull request October 22, 2024 12:10
Status Failure
Total duration 6m 9s
Artifacts

test-and-build.yaml

on: pull_request
Matrix: Test and Build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 20 warnings
Test and Build (ubuntu-latest)
Process completed with exit code 255.
Test and Build (macos-latest)
Process completed with exit code 255.
Test and Build (windows-2019)
Process completed with exit code 127.
Test and Build (ubuntu-latest): src/commands/launchMongoShell.ts#L5
Missing return type on function
Test and Build (ubuntu-latest): src/commands/launchMongoShell.ts#L32
Missing return type on function
Test and Build (ubuntu-latest): src/commands/launchMongoShell.ts#L36
Missing return type on function
Test and Build (ubuntu-latest): src/commands/launchMongoShell.ts#L40
Missing return type on function
Test and Build (ubuntu-latest): src/commands/launchMongoShell.ts#L44
Missing return type on function
Test and Build (ubuntu-latest): src/editors/documentIdStore.ts#L35
Missing return type on function
Test and Build (ubuntu-latest): src/editors/editorsController.ts#L38
Missing return type on function
Test and Build (macos-latest): src/commands/launchMongoShell.ts#L5
Missing return type on function
Test and Build (macos-latest): src/commands/launchMongoShell.ts#L32
Missing return type on function
Test and Build (macos-latest): src/commands/launchMongoShell.ts#L36
Missing return type on function
Test and Build (macos-latest): src/commands/launchMongoShell.ts#L40
Missing return type on function
Test and Build (macos-latest): src/commands/launchMongoShell.ts#L44
Missing return type on function
Test and Build (macos-latest): src/editors/documentIdStore.ts#L35
Missing return type on function
Test and Build (macos-latest): src/editors/editorsController.ts#L38
Missing return type on function