Skip to content

Commit 62b3e1c

Browse files
committed
Remove unused LINQ using
1 parent 719ec64 commit 62b3e1c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

WorkspaceLauncherForVSCode/Services/PinService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Modifications copyright (c) 2025 tanchekwei
22
// Licensed under the MIT License. See the LICENSE file in the project root for details.
33
using System;
4-
using System.Linq;
54
using System.Threading.Tasks;
65
using Microsoft.CommandPalette.Extensions;
76
using Microsoft.CommandPalette.Extensions.Toolkit;

WorkspaceLauncherForVSCode/Services/VSWorkspaceWatcherService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
using System;
44
using System.Collections.Generic;
55
using System.IO;
6-
using System.Linq;
76
using System.Threading;
87
using WorkspaceLauncherForVSCode.Classes;
98
using WorkspaceLauncherForVSCode.Interfaces;

0 commit comments

Comments
 (0)