We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719ec64 commit 62b3e1cCopy full SHA for 62b3e1c
WorkspaceLauncherForVSCode/Services/PinService.cs
@@ -1,7 +1,6 @@
1
// Modifications copyright (c) 2025 tanchekwei
2
// Licensed under the MIT License. See the LICENSE file in the project root for details.
3
using System;
4
-using System.Linq;
5
using System.Threading.Tasks;
6
using Microsoft.CommandPalette.Extensions;
7
using Microsoft.CommandPalette.Extensions.Toolkit;
WorkspaceLauncherForVSCode/Services/VSWorkspaceWatcherService.cs
@@ -3,7 +3,6 @@
using System.Collections.Generic;
using System.IO;
using System.Threading;
8
using WorkspaceLauncherForVSCode.Classes;
9
using WorkspaceLauncherForVSCode.Interfaces;
0 commit comments