diff --git a/src/OpenCommandLine/OpenCommandLine.cs b/src/OpenCommandLine/OpenCommandLine.cs
index 0c833a6..dec3c05 100644
--- a/src/OpenCommandLine/OpenCommandLine.cs
+++ b/src/OpenCommandLine/OpenCommandLine.cs
@@ -34,6 +34,7 @@ internal sealed partial class PackageIds
public const int cmdidOpenPowershell = 0x0300;
public const int cmdidOpenOptions = 0x0400;
public const int cmdExecuteCmd = 0x0500;
+ public const int cmdidOpenCmdInOutput = 0x0600;
public const int @default = 0x0001;
public const int powershell = 0x0002;
public const int cmd = 0x0003;
diff --git a/src/OpenCommandLine/OpenCommandLine.vsct b/src/OpenCommandLine/OpenCommandLine.vsct
index dbff072..8039573 100644
--- a/src/OpenCommandLine/OpenCommandLine.vsct
+++ b/src/OpenCommandLine/OpenCommandLine.vsct
@@ -40,6 +40,14 @@
Default
+