Skip to content

Commit

Permalink
Support for diff view editing
Browse files Browse the repository at this point in the history
[release]
  • Loading branch information
madskristensen committed Jul 15, 2022
1 parent e5c38d6 commit acdd9e0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/PkgdefLanguage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<Link>Resources\LICENSE</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="Registry.pkgdef" />
<Content Include="Resources\Icon.png">
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
Expand All @@ -72,11 +73,11 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Community.VisualStudio.Toolkit.16" version="16.0.414" ExcludeAssets="runtime">
<PackageReference Include="Community.VisualStudio.Toolkit.16" version="16.0.463" ExcludeAssets="runtime">
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VSSDK.BuildTools">
<Version>17.0.5234</Version>
<Version>17.2.2186</Version>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
3 changes: 3 additions & 0 deletions src/Registry.pkgdef
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[$RootKey$\Diff\SupportedContentTypes]
".pkgdef"=""
".unpkgdef"=""
2 changes: 1 addition & 1 deletion test/PkgdefLanguage.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Compile Remove="C:\Users\madsk\.nuget\packages\community.visualstudio.toolkit.16\16.0.357\build\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Community.VisualStudio.Toolkit.16" Version="16.0.414" />
<PackageReference Include="Community.VisualStudio.Toolkit.16" Version="16.0.463" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.8" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.8" />
Expand Down

0 comments on commit acdd9e0

Please sign in to comment.