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
[Info - 19:05:38] Initialising intelephense 1.0.14
[Info - 19:05:38] Reading state from c:\Users\User\AppData\Roaming\Code\User\workspaceStorage\246a9677beac5e1d92a141838f688c8e\bmewburn.vscode-intelephense-client\7c2106a5.
[Info - 19:05:38] Initialised in 28 ms
[Info - 19:05:38] Indexing started.
[Error - 19:05:38] Error: UNKNOWN: unknown error, lstat 'c:\Users\User\Projects\playground\vendor\bin\phpunit'
(node:6804) UnhandledPromiseRejectionWarning: Error: UNKNOWN: unknown error, lstat 'c:\Users\User\Projects\playground\vendor\bin\phpunit'
(node:6804) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:6804) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
(node:6804) UnhandledPromiseRejectionWarning: Error: UNKNOWN: unknown error, lstat 'c:\Users\User\Projects\playground\vendor\bin\php-parse'
(node:6804) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
[Info - 19:05:44] Indexing ended. 194 files indexed in 6s.
phpunit and php-parse above are junctions. There were no issues before version 1.0
The text was updated successfully, but these errors were encountered:
marveloo
changed the title
Extension crashes on Laravel projects
Extension crashes on NTFS junctions
May 1, 2019
As a workaround I converted junctions to symlinks and it seems to have solved my problem, but nevertheless I think Intelephense should be able to ignore files which it cannot read and continue indexing.
phpunit
andphp-parse
above are junctions. There were no issues before version 1.0The text was updated successfully, but these errors were encountered: