diff --git a/src/ctest.ts b/src/ctest.ts index 8c937dc9d..944657f9e 100644 --- a/src/ctest.ts +++ b/src/ctest.ts @@ -1428,7 +1428,7 @@ export class CTestDriver implements vscode.Disposable { const folderPath = util.platformNormalizePath(project.sourceDir); const folderName = path.basename(project.sourceDir); const testItem = testExplorer.createTestItem(folderPath, folderName); - testItem.description = folderPath; + // testItem.description = folderPath; testExplorer.items.add(testItem); } }