Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit dcb9186

Browse files
niteskumshubhsnov
authored andcommitted
Php Tooling Strings changes (#14688)
* Php Tooling Strings changes * Addressed review comments
1 parent d602c87 commit dcb9186

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nls/root/strings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ define({
880880
///String for Php Tooling Extensions
881881
"PHP_VERSION_INVALID" : "Error parsing PHP version. Please check the output of the “php –version” command.",
882882
"PHP_UNSUPPORTED_VERSION" : "Install PHP7 runtime for enabling PHP-related tooling such as Code Hints, Parameter Hints, Jump To Definition and more. Version found: {0}",
883-
"PHP_EXECUTABLE_NOT_FOUND" : "PHP runtime not found. Install PHP7 runtime and set the path to system PATH or executablePath in php Preferences appropriately.",
883+
"PHP_EXECUTABLE_NOT_FOUND" : "PHP runtime not found. Install the PHP7 runtime and update “executablePath” in PHP Preferences appropriately. This enables PHP-related tooling such as Code Hints, Parameter Hints, Jump To Definition and more.",
884884
"PHP_PROCESS_SPAWN_ERROR" : "Error code {0} encountered while starting the PHP process.",
885885
"PHP_SERVER_ERROR_TITLE" : "Error",
886886
"PHP_SERVER_MEMORY_LIMIT_INVALID" : "The memory limit you provided is invalid. Review the PHP preferences to set the correct value.",

0 commit comments

Comments
 (0)