Skip to content

Commit

Permalink
Revert "Use AsyncPackage"
Browse files Browse the repository at this point in the history
This reverts commit c41175e.
  • Loading branch information
nokotan committed Aug 2, 2022
1 parent 6e48191 commit 05af8f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Emscripten.Debugger.Definition/VsPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[PackageRegistration(UseManagedResourcesOnly = true)]
[Guid(PackageGuid)]
public sealed class VsPackage : AsyncPackage
public sealed class VsPackage : Package
{
/// <summary>
/// The GUID for this package.
Expand Down
2 changes: 1 addition & 1 deletion Emscripten.Debugger.Definition/vs2017/VsPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Emscripten.Debugger.Definition

[PackageRegistration(UseManagedResourcesOnly = true)]
[Guid(PackageGuid)]
public sealed class VsPackage : AsyncPackage
public sealed class VsPackage : Package
{
/// <summary>
/// The GUID for this package.
Expand Down

0 comments on commit 05af8f3

Please sign in to comment.