From c12472a293c40ab7b17ae14c5b44263ebdb0b601 Mon Sep 17 00:00:00 2001 From: Damian Suess Date: Wed, 30 Mar 2022 08:41:09 -0400 Subject: [PATCH] Disabled debug mode (temp). Updated display name --- src/VsLinuxDebugger/Commands.Impl.cs | 1 + .../Properties/AssemblyInfo.cs | 4 +- .../source.extension.vsixmanifest | 46 +++++++++---------- 3 files changed, 26 insertions(+), 25 deletions(-) diff --git a/src/VsLinuxDebugger/Commands.Impl.cs b/src/VsLinuxDebugger/Commands.Impl.cs index cf86e2d..2404575 100644 --- a/src/VsLinuxDebugger/Commands.Impl.cs +++ b/src/VsLinuxDebugger/Commands.Impl.cs @@ -106,6 +106,7 @@ private void SetMenuTextAndVisibility(object sender, EventArgs e) //// cmd.Enabled = _extension.IsStartupProjectAvailable(); if (cmd.CommandID.ID == CommandIds.CmdShowLog + || cmd.CommandID.ID == CommandIds.CmdBuildDeployDebug || cmd.CommandID.ID == CommandIds.CmdDebugOnly || cmd.CommandID.ID == CommandIds.CmdShowSettings) { diff --git a/src/VsLinuxDebugger/Properties/AssemblyInfo.cs b/src/VsLinuxDebugger/Properties/AssemblyInfo.cs index fd18155..1c66255 100644 --- a/src/VsLinuxDebugger/Properties/AssemblyInfo.cs +++ b/src/VsLinuxDebugger/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.1.0.0")] -[assembly: AssemblyFileVersion("1.1.0.0")] +[assembly: AssemblyVersion("1.1.1.0")] +[assembly: AssemblyFileVersion("1.1.1.0")] diff --git a/src/VsLinuxDebugger/source.extension.vsixmanifest b/src/VsLinuxDebugger/source.extension.vsixmanifest index 48be49d..399df94 100644 --- a/src/VsLinuxDebugger/source.extension.vsixmanifest +++ b/src/VsLinuxDebugger/source.extension.vsixmanifest @@ -1,26 +1,26 @@ - - - VsLinuxDebugger - Visual Studio 2022 Remote Linux Debugger - https://github.com/SuessLabs/VsLinuxDebug - LICENSE.txt - Resources\TuxDebug.png - debug; build; remote debug; vsdbg; linux; xamarin; rpi4; remotedebug; linux debug; net6; dotnet - - - - amd64 - - - - - - - - - - - + + + VS Linux Debugger + Remotely deploy and debug your .NET apps visa SSH on your Linux device using Visual Studio 2022. Works with popular Linux distrobutions such as Ubuntu, Raspberry Pi, and more! + https://github.com/SuessLabs/VsLinuxDebug + LICENSE.txt + Resources\TuxDebug.png + debug; build; remote debug; vsdbg; linux; xamarin; rpi4; remotedebug; linux debug; net6; dotnet + + + + amd64 + + + + + + + + + + +