We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opening in PhpStorm simply doesn't work anymore, regardless the configuration allowing unsigned requests when using docker.
It's just because the FILE is different then the file in my local machine. For example: http://localhost:63342/api/file//var/www/html/vendor/magento/module-catalog/view/frontend/templates/product/view/form.phtml
The correct url would be http://localhost:63342/api/file/src/vendor/magento/module-catalog/view/frontend/templates/product/view/form.phtml
Adding some option to map or replace the url properly would be very nice.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Opening in PhpStorm simply doesn't work anymore, regardless the configuration allowing unsigned requests when using docker.
It's just because the FILE is different then the file in my local machine.
For example: http://localhost:63342/api/file//var/www/html/vendor/magento/module-catalog/view/frontend/templates/product/view/form.phtml
The correct url would be http://localhost:63342/api/file/src/vendor/magento/module-catalog/view/frontend/templates/product/view/form.phtml
Adding some option to map or replace the url properly would be very nice.
The text was updated successfully, but these errors were encountered: