We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb3bad commit 369a6c0Copy full SHA for 369a6c0
src/client/testing/testController/common/utils.ts
@@ -209,7 +209,6 @@ export function populateTestTree(
209
210
let range: Range | undefined;
211
if (child.lineno) {
212
- // if lineno is '0'
213
if (Number(child.lineno) === 0) {
214
range = new Range(new Position(0, 0), new Position(0, 0));
215
} else {
0 commit comments