Skip to content

Commit e1aaee2

Browse files
committed
refactor: change the maxDepth to scan vscode workspace to 2 (#2119)
Signed-off-by: leo <longshuang@msn.cn>
1 parent bf3503b commit e1aaee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/ExternalTool.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ public void FindJetBrainsFromToolbox(Func<string> platformFinder)
234234
{
235235
if (f.EndsWith(".code-workspace", StringComparison.OrdinalIgnoreCase))
236236
options.Add(new(root.GetRelativePath(f), f.Quoted()));
237-
});
237+
}, 2);
238238
return options;
239239
}
240240

0 commit comments

Comments
 (0)