File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Testing/SmartCmdArgs.Tests/Utils Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 99 <Icon >Resources\BigIcon.png</Icon >
1010 <PreviewImage >Resources\vsix_preview_image.png</PreviewImage >
1111 <Tags >Commandline Command Line Arguments cmd project</Tags >
12+ <Preview >true</Preview >
1213 </Metadata >
1314 <Installation >
1415 <InstallationTarget Id =" Microsoft.VisualStudio.Community" Version =" [17.0, 18.0)" >
Original file line number Diff line number Diff line change 1- using Microsoft . VisualStudio ;
1+ using Microsoft . VisualStudio ;
22using Microsoft . VisualStudio . Shell . Interop ;
33using Moq ;
44using SmartCmdArgs . Services ;
@@ -35,7 +35,7 @@ public static Mock<IVsHierarchyWrapper> WithGuid(this Mock<IVsHierarchyWrapper>
3535
3636 public static Mock < IVsHierarchyWrapper > AsCpsProject ( this Mock < IVsHierarchyWrapper > mock )
3737 {
38- mock . Setup ( x => x . IsCpsProject ( ) ) . Returns ( true ) ;
38+ mock . Setup ( x => x . SupportsLaunchProfiles ( ) ) . Returns ( true ) ;
3939 return mock ;
4040 }
4141
You can’t perform that action at this time.
0 commit comments