Skip to content

Commit

Permalink
Merge pull request #355 from tonyhallett/export_settings
Browse files Browse the repository at this point in the history
Alllow exporting of visual studio settings
  • Loading branch information
tonyhallett committed Oct 6, 2023
2 parents bb61b02 + dfbc708 commit 273d0b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SharedProject/Output/OutputToolWindowPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ namespace FineCodeCoverage.Output
[Export(typeof(OutputToolWindowPackage))]
[InstalledProductRegistration(Vsix.Name, Vsix.Description, Vsix.Id)]
[ProvideOptionPage(typeof(AppOptionsPage), Vsix.Name, "General", 0, 0, true)]
[PackageRegistration(UseManagedResourcesOnly = true, AllowsBackgroundLoading = true)]
[ProvideProfile(typeof(AppOptionsPage), Vsix.Name, Vsix.Name, 101, 102, true)]
[PackageRegistration(UseManagedResourcesOnly = true, AllowsBackgroundLoading = true)]
[ProvideToolWindow(typeof(OutputToolWindow), Style = VsDockStyle.Tabbed, DockedHeight = 300, Window = EnvDTE.Constants.vsWindowKindOutput)]
public sealed class OutputToolWindowPackage : AsyncPackage
{
Expand Down
6 changes: 6 additions & 0 deletions SharedProject/Output/VSPackage.resx
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="101" xml:space="preserve">
<value>Fine Code Coverage</value>
</data>
<data name="102" xml:space="preserve">
<value>Fine Code Coverage</value>
</data>
<data name="110" xml:space="preserve">
<value>OutputToolWindow Extension</value>
</data>
Expand Down

0 comments on commit 273d0b9

Please sign in to comment.