We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
maxDepth
2
1 parent bf3503b commit e1aaee2Copy full SHA for e1aaee2
src/Models/ExternalTool.cs
@@ -234,7 +234,7 @@ public void FindJetBrainsFromToolbox(Func<string> platformFinder)
234
{
235
if (f.EndsWith(".code-workspace", StringComparison.OrdinalIgnoreCase))
236
options.Add(new(root.GetRelativePath(f), f.Quoted()));
237
- });
+ }, 2);
238
return options;
239
}
240
0 commit comments