Skip to content

Commit

Permalink
fix: Adjust vscode support
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Apr 4, 2023
1 parent 680db20 commit d76fb34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/uno.winui.common.targets
Original file line number Diff line number Diff line change
Expand Up @@ -260,5 +260,9 @@
<Reference Include="System.Memory" />
</ItemGroup>
</Target>

<!-- Workaround for OmniSharp single-TargetFramework use -->
<Import Project="$([MSBuild]::GetPathOfFileAbove('uno.vscode.targets', '$(MSBuildThisFileDirectory)../.vscode/'))"
Condition="'$(UnoDisableOmnisharpTargetsImport)'=='' and Exists($([MSBuild]::GetPathOfFileAbove('uno.vscode.targets', '$(MSBuildThisFileDirectory)../.vscode/')))" />

</Project>

0 comments on commit d76fb34

Please sign in to comment.