<?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="latex-workshop" Version="10.10.0" Publisher="James-Yu" />
			<DisplayName>LaTeX Workshop</DisplayName>
			<Description xml:space="preserve">Boost LaTeX typesetting efficiency with preview, compile, autocomplete, colorize, and more.</Description>
			<Tags>latex,tex,compile,preview,hint,snippet,keybindings,TeX,LaTeX,__ext_tex,__ext_ltx,latex-class,LaTeX class,__ext_cls,latex-package,LaTeX package,__ext_sty,latex-expl3,LaTeX expl3,context,ConTeXt,__ext_ctx,doctex,DocTeX,__ext_dtx,doctex-installer,DocTeX installer,__ext_ins,bibtex,BibTeX,__ext_bib,bibtex-style,BibTeX style,__ext_bst,biblatex,BibLaTeX,__ext_bbx,__ext_cbx,__ext_lbx,pweave,Pweave,__ext_pnw,__ext_ptexw,jlweave,Weave.jl,__ext_jnw,__ext_jtexw,rsweave,Sweave,__ext_rnw,__ext_rtex,__ext_snw,cpp_embedded_latex,C++ embedded in LaTeX,markdown_latex_combined,Combined Markdown/LaTeX,latex_workshop_log,LaTeX Workshop log</Tags>
			<Categories>Programming Languages,Snippets,Linters,Formatters</Categories>
			<GalleryFlags>Public</GalleryFlags>
			
			<Properties>
				<Property Id="Microsoft.VisualStudio.Code.Engine" Value="^1.96.0" />
				<Property Id="Microsoft.VisualStudio.Code.ExtensionDependencies" Value="" />
				<Property Id="Microsoft.VisualStudio.Code.ExtensionPack" Value="" />
				<Property Id="Microsoft.VisualStudio.Code.ExtensionKind" Value="workspace" />
				<Property Id="Microsoft.VisualStudio.Code.LocalizedLanguages" Value="" />
				<Property Id="Microsoft.VisualStudio.Code.EnabledApiProposals" Value="" />
				
				<Property Id="Microsoft.VisualStudio.Code.ExecutesCode" Value="true" />
				
				<Property Id="Microsoft.VisualStudio.Services.Links.Source" Value="https://github.com/James-Yu/LaTeX-Workshop.git" />
				<Property Id="Microsoft.VisualStudio.Services.Links.Getstarted" Value="https://github.com/James-Yu/LaTeX-Workshop.git" />
				<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://github.com/James-Yu/LaTeX-Workshop.git" />
				<Property Id="Microsoft.VisualStudio.Services.Links.Support" Value="https://github.com/James-Yu/LaTeX-Workshop/issues" />
				<Property Id="Microsoft.VisualStudio.Services.Links.Learn" Value="https://github.com/James-Yu/LaTeX-Workshop" />
				
				
				<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/icons/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/icons/icon.png" Addressable="true" />
		</Assets>
	</PackageManifest>