feat: parse error/warning into problems panel (#159) #1215
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
|