Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
code / usr / share / code / resources / app / extensions / php / out / features / validationProvider.nls.json
Size: Mime:
{
	"messages": [
		"Do you allow {0} to be executed to lint PHP files?",
		"Yes",
		"No",
		"Learn More",
		"Cannot validate since {0} is not a valid php executable. Use the setting 'php.validate.executablePath' to configure the PHP executable.",
		"Cannot validate since no PHP executable is set. Use the setting 'php.validate.executablePath' to configure the PHP executable.",
		"Failed to run php using path: {0}. Reason is unknown."
	],
	"keys": [
		"php.useExecutablePath",
		"php.yes",
		"php.no",
		"php.more",
		"wrongExecutable",
		"noExecutable",
		"unknownReason"
	]
}