-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
github issue1 fix - emacs bug, v1.1.47
- Loading branch information
1 parent
871aa63
commit 089d9cd
Showing
4 changed files
with
32 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011"> | ||
<Metadata> | ||
<Identity Id="CF1D7CEE-7F85-44E5-A4E3-9213877B8EBF" Version="1.1.41" Language="en-US" Publisher="GregTrevellick" /> | ||
<DisplayName>Open in Emacs</DisplayName> | ||
<Description xml:space="preserve">Open multiple files simultaneously in Emacs directly from Solution Explorer or Code Editor window.</Description> | ||
<MoreInfo>https://github.com/GregTrevellick/OpenInApp.Launcher</MoreInfo> | ||
<License>LICENSE.txt</License> | ||
<ReleaseNotes>https://github.com/GregTrevellick/OpenInApp.Launcher/blob/master/CHANGELOG.md</ReleaseNotes> | ||
<Icon>Resources\VsixExtensionIcon_90x90.png</Icon> | ||
<PreviewImage>Resources\VsixExtensionPreview_175x175.png</PreviewImage> | ||
<Tags>open, open in, emacs</Tags> | ||
</Metadata> | ||
<Installation> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[11.0,16.0)" /> | ||
</Installation> | ||
<Dependencies> | ||
</Dependencies> | ||
<Assets> | ||
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> | ||
</Assets> | ||
<Prerequisites> | ||
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.26208.0,16.0)" DisplayName="Visual Studio core editor" /> | ||
</Prerequisites> | ||
<Metadata> | ||
<Identity Id="CF1D7CEE-7F85-44E5-A4E3-9213877B8EBF" Version="1.1.47" Language="en-US" Publisher="GregTrevellick" /> | ||
<DisplayName>Open in Emacs</DisplayName> | ||
<Description xml:space="preserve">Open multiple files simultaneously in Emacs directly from Solution Explorer or Code Editor window.</Description> | ||
<MoreInfo>https://github.com/GregTrevellick/OpenInApp.Launcher</MoreInfo> | ||
<License>LICENSE.txt</License> | ||
<ReleaseNotes>https://github.com/GregTrevellick/OpenInApp.Launcher/blob/master/CHANGELOG.md</ReleaseNotes> | ||
<Icon>Resources\VsixExtensionIcon_90x90.png</Icon> | ||
<PreviewImage>Resources\VsixExtensionPreview_175x175.png</PreviewImage> | ||
<Tags>open, open in, emacs</Tags> | ||
</Metadata> | ||
<Installation> | ||
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[11.0,16.0)" /> | ||
</Installation> | ||
<Dependencies> | ||
</Dependencies> | ||
<Assets> | ||
<Asset Type="Microsoft.VisualStudio.VsPackage" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%;PkgdefProjectOutputGroup|" /> | ||
</Assets> | ||
<Prerequisites> | ||
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.26208.0,16.0)" DisplayName="Visual Studio core editor" /> | ||
</Prerequisites> | ||
</PackageManifest> |