Skip to content

Commit 373b496

Browse files
committed
fix: add missing using directive for System.Threading in VSCodePage.cs
1 parent c39cc38 commit 373b496

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

VsCode/Pages/VSCodePage.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using System;
55
using System.Collections.Generic;
66
using System.Globalization;
7+
using System.Threading;
78

89
namespace CmdPalVsCode;
910

0 commit comments

Comments
 (0)