You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed library from markeplace on vscode and I have trouble with this extension. Vscode version: Version: 1.86.0, vscode-phpactor version: 1.3.0 I am getting this error when hovering on some build-in php functions. For example on hovering on:
var_dump('test'):
Will throw this error:
[Error - 13:45:40] Request textDocument/definition failed.
Message: Exception [Phpactor\TextDocument\Exception\TextDocumentNotFound] Text document "file:///Users/user_name/.vscode/extensions/phpactor.vscode-phpactor-1.3.0/phpactor.phar/vendor/jetbrains/phpstorm-stubs/standard/standard_4.php" not found at phar:///Users/user_name/.vscode/extensions/phpactor.vscode-phpactor-1.3.0/phpactor.phar/lib/TextDocument/Exception/TextDocumentNotFound.php#12
Code: -32603
Hovering on exception in this code: class InvalidDataException extends Exception will throw this exception:
[Error - 13:48:45] Request textDocument/definition failed.
Message: Exception [Phpactor\TextDocument\Exception\TextDocumentNotFound] Text document "file:///Users/user_name/.vscode/extensions/phpactor.vscode-phpactor-1.3.0/phpactor.phar/vendor/jetbrains/phpstorm-stubs/Core/Core_c.php" not found at phar:///Users/user_name/.vscode/extensions/phpactor.vscode-phpactor-1.3.0/phpactor.phar/lib/TextDocument/Exception/TextDocumentNotFound.php#12
Code: -32603
I installed library from markeplace on vscode and I have trouble with this extension. Vscode version: Version: 1.86.0, vscode-phpactor version: 1.3.0 I am getting this error when hovering on some build-in php functions. For example on hovering on:
Will throw this error:
Hovering on exception in this code:
class InvalidDataException extends Exception
will throw this exception:On dumping configuration I see this:
How to fix this?
The text was updated successfully, but these errors were encountered: