Skip to content

Commit c12472a

Browse files
committed
Disabled debug mode (temp). Updated display name
1 parent 3fd651a commit c12472a

3 files changed

Lines changed: 26 additions & 25 deletions

File tree

src/VsLinuxDebugger/Commands.Impl.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ private void SetMenuTextAndVisibility(object sender, EventArgs e)
106106
//// cmd.Enabled = _extension.IsStartupProjectAvailable();
107107

108108
if (cmd.CommandID.ID == CommandIds.CmdShowLog
109+
|| cmd.CommandID.ID == CommandIds.CmdBuildDeployDebug
109110
|| cmd.CommandID.ID == CommandIds.CmdDebugOnly
110111
|| cmd.CommandID.ID == CommandIds.CmdShowSettings)
111112
{

src/VsLinuxDebugger/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
// You can specify all the values or you can default the Build and Revision Numbers
3030
// by using the '*' as shown below:
3131
// [assembly: AssemblyVersion("1.0.*")]
32-
[assembly: AssemblyVersion("1.1.0.0")]
33-
[assembly: AssemblyFileVersion("1.1.0.0")]
32+
[assembly: AssemblyVersion("1.1.1.0")]
33+
[assembly: AssemblyFileVersion("1.1.1.0")]
Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
3-
<Metadata>
4-
<Identity Id="VsLinuxDebugger.4d7bf4de-5015-4e24-92c0-7f9f3397b2da" Version="1.1.0" Language="en-US" Publisher="Suess Labs" />
5-
<DisplayName>VsLinuxDebugger</DisplayName>
6-
<Description xml:space="preserve">Visual Studio 2022 Remote Linux Debugger</Description>
7-
<MoreInfo>https://github.com/SuessLabs/VsLinuxDebug</MoreInfo>
8-
<License>LICENSE.txt</License>
9-
<Icon>Resources\TuxDebug.png</Icon>
10-
<Tags>debug; build; remote debug; vsdbg; linux; xamarin; rpi4; remotedebug; linux debug; net6; dotnet</Tags>
11-
</Metadata>
12-
<Installation>
13-
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
14-
<ProductArchitecture>amd64</ProductArchitecture>
15-
</InstallationTarget>
16-
</Installation>
17-
<Dependencies>
18-
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
19-
</Dependencies>
20-
<Prerequisites>
21-
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" />
22-
</Prerequisites>
23-
<Assets>
24-
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
25-
</Assets>
3+
<Metadata>
4+
<Identity Id="VsLinuxDebugger.4d7bf4de-5015-4e24-92c0-7f9f3397b2da" Version="1.1.1" Language="en-US" Publisher="Suess Labs" />
5+
<DisplayName>VS Linux Debugger</DisplayName>
6+
<Description xml:space="preserve">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!</Description>
7+
<MoreInfo>https://github.com/SuessLabs/VsLinuxDebug</MoreInfo>
8+
<License>LICENSE.txt</License>
9+
<Icon>Resources\TuxDebug.png</Icon>
10+
<Tags>debug; build; remote debug; vsdbg; linux; xamarin; rpi4; remotedebug; linux debug; net6; dotnet</Tags>
11+
</Metadata>
12+
<Installation>
13+
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
14+
<ProductArchitecture>amd64</ProductArchitecture>
15+
</InstallationTarget>
16+
</Installation>
17+
<Dependencies>
18+
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
19+
</Dependencies>
20+
<Prerequisites>
21+
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[17.0,18.0)" DisplayName="Visual Studio core editor" />
22+
</Prerequisites>
23+
<Assets>
24+
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
25+
</Assets>
2626
</PackageManifest>

0 commit comments

Comments
 (0)