<?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="phptools-vscode" Version="1.67.18520" Publisher="DEVSENSE" TargetPlatform="win32-x64"/>
			<DisplayName>PHP</DisplayName>
			<Description xml:space="preserve">All-in-One PHP support - IntelliSense, Debug, Formatter, Code Lenses, Code Fixes, Linting, Refactoring, PHPUnit Tests, Web Server, and more.</Description>
			<Tags>php,debug,autocomplete,refactoring,testing,completion,codeactions,format,IntelliSense,Xdebug,test,phpunit,composer,profiler,server,built-in,keybindings,debuggers,PHP,phpx,PHPX,blade,linters</Tags>
			<Categories>Programming Languages,Debuggers,Snippets,Linters,Formatters,Testing</Categories>
			<GalleryFlags>Public</GalleryFlags>
			<Badges><Badge Link="https://twitter.com/php4vs" ImgUri="https://badgen.net/badge/@php4vs/twitter/blue?icon=twitter" Description="PHP Tools on Twitter" />
<Badge Link="https://www.devsense.com/download#vscode" ImgUri="https://img.shields.io/badge/platform-MacOS%20%7C%20Linux%20%7C%20Win-green.svg" Description="PHP Tools Download" />
<Badge Link="https://docs.devsense.com/en/vscode/configuration" ImgUri="https://img.shields.io/badge/php-5.4%20--%205.6%20%7C%207.0%20--%208.5-8892BF.svg?logo=php" Description="Supported PHP Versions" />
<Badge Link="https://www.devsense.com/en/download/vscode" ImgUri="https://img.shields.io/badge/-changelog-green" Description="PHP Tools for VS Code Changelog" /></Badges>
			<Properties>
				<Property Id="Microsoft.VisualStudio.Code.Engine" Value="^1.70.0" />
				<Property Id="Microsoft.VisualStudio.Code.ExtensionDependencies" Value="" />
				<Property Id="Microsoft.VisualStudio.Code.ExtensionPack" Value="devsense.intelli-php-vscode,devsense.composer-php-vscode,devsense.profiler-php-vscode" />
				<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/DEVSENSE/phptools-docs.git" />
				<Property Id="Microsoft.VisualStudio.Services.Links.Getstarted" Value="https://github.com/DEVSENSE/phptools-docs.git" />
				<Property Id="Microsoft.VisualStudio.Services.Links.GitHub" Value="https://github.com/DEVSENSE/phptools-docs.git" />
				<Property Id="Microsoft.VisualStudio.Services.Links.Support" Value="https://github.com/DEVSENSE/phptools-docs/issues" />
				<Property Id="Microsoft.VisualStudio.Services.Links.Learn" Value="https://www.devsense.com/" />
				<Property Id="Microsoft.VisualStudio.Services.Branding.Color" Value="#b9dcf4" />
				<Property Id="Microsoft.VisualStudio.Services.Branding.Theme" Value="light" />
				<Property Id="Microsoft.VisualStudio.Services.GitHubFlavoredMarkdown" Value="true" />
				<Property Id="Microsoft.VisualStudio.Services.Content.Pricing" Value="Free"/>

				
				<Property Id="Microsoft.VisualStudio.Services.CustomerQnALink" Value="https://community.devsense.com/" />
			</Properties>
			<License>extension/LICENSE.md</License>
			<Icon>extension/icons/phptools-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.md" Addressable="true" />
<Asset Type="Microsoft.VisualStudio.Services.Icons.Default" Path="extension/icons/phptools-icon.png" Addressable="true" />
		</Assets>
	</PackageManifest>