Open genius257 opened 1 year ago
php.executablePath and php.memoryLimit currently have their scope set to "application".
php.executablePath
php.memoryLimit
Should be set to the same as the "viewfileLanguageServer.*" settings (scope: resource).
resource
The setting MAY be changed to viewfileLanguageClient.php.executablePath if the settings path and scope might clash with other extensions.
viewfileLanguageClient.php.executablePath
php.executablePath
andphp.memoryLimit
currently have their scope set to "application".Should be set to the same as the "viewfileLanguageServer.*" settings (scope:
resource
).