Skip to content

Commit

Permalink
deploy: 3f46730
Browse files Browse the repository at this point in the history
  • Loading branch information
nokotan committed Feb 18, 2024
1 parent 6cd5834 commit 41cf11c
Show file tree
Hide file tree
Showing 455 changed files with 86,274 additions and 14,289 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dev/addon/gistpad/[Content_Types].xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<Types xmlns="http://schemas.openxmlformats.org/package/2006/content-types"><Default Extension=".json" ContentType="application/json"/><Default Extension=".vsixmanifest" ContentType="text/xml"/><Default Extension=".md" ContentType="text/markdown"/><Default Extension=".js" ContentType="application/javascript"/><Default Extension=".txt" ContentType="text/plain"/><Default Extension=".sh" ContentType="application/x-sh"/><Default Extension=".applescript" ContentType="application/octet-stream"/><Default Extension=".ps1" ContentType="application/octet-stream"/><Default Extension=".svg" ContentType="image/svg+xml"/><Default Extension=".png" ContentType="image/png"/></Types>
46 changes: 46 additions & 0 deletions dev/addon/gistpad/extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<?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 Language="en-US" Id="gistfs" Version="0.6.0" Publisher="vsls-contrib" />
<DisplayName>GistPad</DisplayName>
<Description xml:space="preserve">Manage your code snippets and developer notes using GitHub Gists and repositories.</Description>
<Tags>github,gist,snippets,wiki,notes,json,__web_extension</Tags>
<Categories>Other</Categories>
<GalleryFlags>Public</GalleryFlags>

<Properties>
<Property Id="Microsoft.VisualStudio.Code.Engine" Value="^1.75.0" />
<Property Id="Microsoft.VisualStudio.Code.ExtensionDependencies" Value="" />
<Property Id="Microsoft.VisualStudio.Code.ExtensionPack" Value="" />
<Property Id="Microsoft.VisualStudio.Code.ExtensionKind" Value="ui,workspace,web" />
<Property Id="Microsoft.VisualStudio.Code.LocalizedLanguages" Value="" />


<Property Id="Microsoft.VisualStudio.Services.Links.Source" Value="https://github.com/lostintangent/gistpad.git" />
<Property Id="Microsoft.VisualStudio.Services.Links.Getstarted" Value="https://github.com/lostintangent/gistpad.git" />
<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://github.com/lostintangent/gistpad.git" />
<Property Id="Microsoft.VisualStudio.Services.Links.Support" Value="https://github.com/lostintangent/gistpad/issues" />
<Property Id="Microsoft.VisualStudio.Services.Links.Learn" Value="https://github.com/lostintangent/gistpad#readme" />


<Property Id="Microsoft.VisualStudio.Services.GitHubFlavoredMarkdown" Value="true" />
<Property Id="Microsoft.VisualStudio.Services.Content.Pricing" Value="Free"/>



</Properties>
<License>extension/LICENSE.txt</License>
<Icon>extension/images/icon.png</Icon>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Code"/>
</Installation>
<Dependencies/>
<Assets>
<Asset Type="Microsoft.VisualStudio.Code.Manifest" Path="extension/package.json" Addressable="true" />
<Asset Type="Microsoft.VisualStudio.Services.Content.Details" Path="extension/README.md" Addressable="true" />
<Asset Type="Microsoft.VisualStudio.Services.Content.Changelog" Path="extension/CHANGELOG.md" Addressable="true" />
<Asset Type="Microsoft.VisualStudio.Services.Content.License" Path="extension/LICENSE.txt" Addressable="true" />
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" Path="extension/images/icon.png" Addressable="true" />
</Assets>
</PackageManifest>
5 changes: 5 additions & 0 deletions dev/addon/gistpad/extension/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extensions": [
"lostintangent.github-security-alerts"
]
}
Loading

0 comments on commit 41cf11c

Please sign in to comment.