appwrite / appwrite

Your backend, minus the hassle.
https://appwrite.io
BSD 3-Clause "New" or "Revised" License
44.39k stars 3.96k forks source link

πŸ“š Documentation: Deprecation of ${workspaceRoot} in VSCode debug config for XDebug setup. #8814

Open Kraftsman1 opened 3 days ago

Kraftsman1 commented 3 days ago

πŸ’­ Description

The launch.json specified in the CONTRIBUTING.md wasn't quiet right. At least for me.

The ${workspaceRoot} variable in the debug launch configuration has been deprecated in Visual Studio Code and replaced with ${workspaceFolder}.

This affects the XDebug configuration instructions provided in Appwrite's contributing guide and may cause issues for new contributors setting up their debugging environment, as it’s no longer supported in VSCode.

If there isn't a specific reason why ${workspaceRoot} is maintained in the guide, changing it would ensure consistency with current VSCode conventions and prevent any confusion for developers following the contributing guide.

πŸ‘€ Have you spent some time to check if this issue has been raised before?

🏒 Have you read the Code of Conduct?

Kraftsman1 commented 3 days ago

Seems small, but I would like to work on this issue and submit a PR to make this change. Could this issue be assigned to me?