
I've spent the better part of the last 2 weeks trying to get Xdebug setup and working with Appwrite locally.
I realized the launch.json
specified in the CONTRIBUTING.md(https://github.com/appwrite/appwrite/blob/main/CONTRIBUTING.md#vs-code-launch-configuration) wasn't quiet right. At least for me.
This is the configuration that was specified.
{
"name": "Listen for Xdebug",
"type": "php",
"request": "launch",
"port": 9005,
"pathMappings": {
"/usr/src/code": "${workspaceRoot}"
}
}
It appears "${workspaceRoot}"
has been deprecated in favour of "${workspaceFolder}"
in VSCode.
I'd like to know if there is a reason "${workspaceRoot}"
is still maintained in the guide, and if "${workspaceFolder}"
is indeed the right one, can I create an issue on it and possible even create a PR to have it updated??
Recommended threads
- Does appwrite have any alternative solut...
Hi Everyone, ... I am looking for a solution for AWS ECS Fargate in appwrite. Can anyone let me know if this is possible?
- REQUEST FAILED IN MIGRATION
I was trying to moved my archived project to a self-host database . Though the Project is "read only" but there's a message that I can view and migrate data to...
- Request failedPlease check if your crede...
I was trying to moved my archived project to a self-host database . Appwrite said we can view and migrate data but my archived project is rendering "Please che...
