Skip to content

Fix issue with requests in protocolFilter.ts causing stalls #6723

Fix issue with requests in protocolFilter.ts causing stalls

Fix issue with requests in protocolFilter.ts causing stalls #6723

Triggered via pull request October 29, 2024 23:54
Status Failure
Total duration 1m 35s
Artifacts

ci_mac.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
job / build: Extension/src/LanguageServer/protocolFilter.ts#L39
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
job / build: Extension/src/LanguageServer/protocolFilter.ts#L45
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
job / build: Extension/src/LanguageServer/protocolFilter.ts#L52
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
job / build: Extension/src/LanguageServer/protocolFilter.ts#L71
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
job / build: Extension/src/LanguageServer/protocolFilter.ts#L73
Unexpected trailing comma
job / build
Process completed with exit code 1.
job / build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/