genius257 / vscode-viewfile-intellisense

ViewFile intellisense for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=genius257.vscode-viewfile-intellisense
MIT License
0 stars 0 forks source link

wrong scope for php settings #5

Open genius257 opened 1 year ago

genius257 commented 1 year ago

php.executablePath and php.memoryLimit currently have their scope set to "application".

Should be set to the same as the "viewfileLanguageServer.*" settings (scope: resource).

genius257 commented 1 year ago

The setting MAY be changed to viewfileLanguageClient.php.executablePath if the settings path and scope might clash with other extensions.