Skip to content

Commit 6390b2b

Browse files
authored
Add define to skip version check (#161)
***NO_CI***
1 parent 6e2fc2e commit 6390b2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nanoFirmwareFlasher.Tool/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,11 @@ public static async Task<int> Main(string[] args)
5454
// check for empty argument collection
5555
if (!args.Any())
5656
{
57+
#if !VS_CODE_EXTENSION_BUILD
5758
// perform version check
5859
CheckVersion();
5960
Console.WriteLine();
61+
#endif
6062

6163
// no argument provided, show help text and usage examples
6264

0 commit comments

Comments
 (0)