mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
[Chore] Run solution code cleanup (#20584)
This commit is contained in:
@@ -75,7 +75,7 @@ namespace Community.PowerToys.Run.Plugin.VSCodeWorkspaces.VSCodeHelper
|
||||
Instances = new List<VSCodeInstance>();
|
||||
|
||||
paths = paths.Where(x =>
|
||||
x.Contains("VS Code", StringComparison.OrdinalIgnoreCase) ||
|
||||
x.Contains("VS Code", StringComparison.OrdinalIgnoreCase) ||
|
||||
x.Contains("VSCodium", StringComparison.OrdinalIgnoreCase) ||
|
||||
x.Contains("vscode", StringComparison.OrdinalIgnoreCase)).ToList();
|
||||
foreach (var path in paths)
|
||||
|
||||
Reference in New Issue
Block a user