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
- Appwrite functions dart runtime (3.7 sup...
It seems that currently Appwrite functions only support Dart runtime to 3.5, for my code I need dart 3.7. Is there any plan to support Dart3.7 runtime soon. Is ...
- copilot CLI appwrite mcp
I am having difficulty entering the appwrite cli details in github copilot cli. anyone know what to put where?
- Issues Using Appwrite MCP (api & doc) in...
Hello, To make it easier to configure and access the Appwrite documentation from Windsurf, I’m trying to set up the two MCP clients doc and api. Unfortunately,...