From 4b9f705671b286832e7ea46b77d6f4e790210f79 Mon Sep 17 00:00:00 2001 From: Daniel Mateja Date: Tue, 20 Jun 2017 18:55:09 +0200 Subject: [PATCH] add button/command 'open in output' --- src/OpenCommandLine/OpenCommandLine.cs | 1 + src/OpenCommandLine/OpenCommandLine.vsct | 10 ++++++++++ src/OpenCommandLine/OpenCommandLinePackage.cs | 8 ++++++++ 3 files changed, 19 insertions(+) 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 +