Skip to content

feat: parse error/warning into problems panel (#159) #1215

feat: parse error/warning into problems panel (#159)

feat: parse error/warning into problems panel (#159) #1215

Triggered via pull request November 16, 2023 07:45
@scnjdlscnjdl
synchronize #627
scnjdl:vsc-159
Status Failure
Total duration 1m 23s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: client/src/components/logViewer/logChannel.ts#L26
'receivedLogs' is never reassigned. Use 'const' instead
build: client/src/components/logViewer/logParser.ts#L161
Unexpected any. Specify a different type
build: client/src/components/logViewer/logParser.ts#L239
Expected { after 'if' condition
build: client/src/components/logViewer/logParser.ts#L251
Expected { after 'if' condition
build: client/src/components/logViewer/logParser.ts#L344
["problemIndex"] is better written in dot notation
build: client/src/components/logViewer/logParser.ts#L351
["problemIndex"] is better written in dot notation
build: client/src/components/logViewer/sasDiagnostics.ts#L9
'Uri' is defined but never used
build: client/src/components/logViewer/sasDiagnostics.ts#L11
'workspace' is defined but never used
build: client/src/components/logViewer/sasDiagnostics.ts#L76
Expected { after 'if' condition
build: client/src/components/utils/sasCode.ts#L155
'selections' is never reassigned. Use 'const' instead