Skip to content

Commit

Permalink
Undo unneeded changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzngard committed Mar 16, 2021
1 parent 7920278 commit 2906847
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
<PublicAPI Include="PublicAPI.Unshipped.txt" />
</ItemGroup>
<ItemGroup>
<Folder Include="ValueTracking\" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="EditorFeaturesWpfResources.resx" GenerateSource="true" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,5 @@ internal static class PredefinedCommandHandlerNames
/// Command handler name for Edit and Continue file save handler.
/// </summary>
public const string EditAndContinueFileSave = "Edit and Continue Save File Handler";

/// <summary>
/// Command handler name for showing the Value Tracking tool window.
/// </summary>
public const string ShowValueTracking = "Show Value Tracking";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@
<PackageReference Include="Microsoft.CodeAnalysis.AnalyzerUtilities" Version="$(MicrosoftCodeAnalysisAnalyzerUtilitiesVersion)" />
<PackageReference Include="Microsoft.VisualStudio.Debugger.Contracts" Version="$(MicrosoftVisualStudioDebuggerContractsVersion)" />
</ItemGroup>
<ItemGroup>
<Folder Include="ValueTracking\" />
</ItemGroup>
<Import Project="..\..\..\Compilers\Core\AnalyzerDriver\AnalyzerDriver.projitems" Label="Shared" />
<Import Project="..\..\..\Dependencies\CodeAnalysis.Debugging\Microsoft.CodeAnalysis.Debugging.projitems" Label="Shared" />
<Import Project="..\..\..\Analyzers\Core\Analyzers\Analyzers.projitems" Label="Shared" />
Expand Down

0 comments on commit 2906847

Please sign in to comment.