Skip to content

Commit

Permalink
Merge pull request #6 from justcla/RemoveMixEdit
Browse files Browse the repository at this point in the history
Updated KeyboardShortcutsManager
  • Loading branch information
justcla authored May 21, 2018
2 parents 86a2f06 + 1cb7121 commit d69be92
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file not shown.
7 changes: 4 additions & 3 deletions SublimeVS/SublimeVS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,16 @@
<SubType>Designer</SubType>
</VSCTCompile>
<Content Include="EmbeddedExtensions\MixEdit.vsix" />
<Content Include="EmbeddedExtensions\VSShortcutsManager.vsix">
<Content Include="EmbeddedExtensions\VSShortcutsManager.vsix" />
<Content Include="EmbeddedExtensions\WhackWhackTerminal.vsix">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="EmbeddedExtensions\WhackWhackTerminal.vsix">
<Content Include="EmbeddedExtensions\Select_Next_Occurrence_v1.2.23.vsix">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="EmbeddedExtensions\Select_Next_Occurrence_v1.2.23.vsix">
<Content Include="EmbeddedExtensions\KeyboardShortcutsManager.vsix">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
Expand Down
3 changes: 1 addition & 2 deletions SublimeVS/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
<Dependency d:Source="File" DisplayName="EasyMotion" Id="5bb019ad-a18e-4c86-af3c-27217853df95" Version="[1.0.2,2.0.0.0)" d:InstallSource="Embed" Location="EmbeddedExtensions\EasyMotion.vsix" />
<Dependency d:Source="File" DisplayName="ZenCoding" Id="9514d70e-a7b1-4876-847d-b0d2ad0962bf" Version="[1.2.11,2.0.0.0)" d:InstallSource="Embed" Location="EmbeddedExtensions\ZenCoding.vsix" />
<Dependency d:Source="File" DisplayName="VSTricks" Id="37362471-59da-4a68-8288-f3d43648d490" Version="[1.9,2.0.0.0)" d:InstallSource="Embed" Location="EmbeddedExtensions\VSTricks.vsix" />
<Dependency d:Source="File" DisplayName="VS Shortcuts Manager" Id="VSShortcutsManager.d8578b8b-cb70-49ee-b009-9e659c413f4b" Version="[1.0.0,2.0.0.0)" d:InstallSource="Embed" Location="EmbeddedExtensions\VSShortcutsManager.vsix" />
<Dependency d:Source="File" DisplayName="Whack Whack Terminal" Id="WhackWhackTerminal.6f6b45b8-e50b-4d45-87f0-c304abf8ff0f" Version="[0.2.4,1.0.0.0)" d:InstallSource="Embed" Location="EmbeddedExtensions\WhackWhackTerminal.vsix" />
<Dependency d:Source="File" DisplayName="Select Next Occurrence" Id="NextOccurrence.b213c4e9-b96f-4f9d-b1d6-fa8bc7e9da21" Version="[1.2.23,)" d:InstallSource="Embed" Location="EmbeddedExtensions\Select_Next_Occurrence_v1.2.23.vsix" />
<Dependency d:Source="File" DisplayName="Keyboard Shortcuts Manager" Id="VSShortcutsManager.d8578b8b-cb70-49ee-b009-9e659c413f4b" Version="[1.0.9,)" d:InstallSource="Embed" Location="EmbeddedExtensions\KeyboardShortcutsManager.vsix" />
</Dependencies>
<Assets>
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" />
Expand Down

0 comments on commit d69be92

Please sign in to comment.