vscode-type-challenges icon indicating copy to clipboard operation
vscode-type-challenges copied to clipboard

Completion status check is ignoring tsconfig.json

Open RomanKornev opened this issue 2 years ago • 0 comments

Just noticed the new completion status feature in the sidebar. Thank you.

However, I noticed that if the project has a tsconfig.json file, there will be phantom status errors in the sidebar. This is due to the fact that when specifying input files in tsc, the tsconfig.json is ignored. https://github.com/yrming/vscode-type-challenges/blob/d7d3eab34625aff0bcdc2088a12b71654ee68c10/src/utils/questions.ts#L123 As a result, the user will be left wondering why there are errors in the sidebar when the problems bar doesn't have any. image image Is the correct way of using the extension to not have a tsconfig.json file at all?

RomanKornev avatar Jun 18 '22 20:06 RomanKornev