Documentation: Update VSCodeConfiguration.md

- Update debug description for debugging on Linux with VSCode
- Update build paths in documentation
This commit is contained in:
Golho
2025-05-05 21:35:16 +02:00
committed by Tim Flynn
parent 4fc8443757
commit 0c2db2ab35
Notes: github-actions[bot] 2025-05-06 14:01:23 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -49,9 +49,9 @@ This error typically arises when CLion is not configured to use the correct buil
**Solution**: Ensure that CLion's build directory is set to the correct build directory for the selected profile.
Navigate to `Settings -> Build, Execution, Deployment -> CMake` and in your selected profile, set the `Build directory` according to the profile:
- Default -> "`Build/ladybird`"
- Debug -> "`Build/ladybird-debug`"
- Sanitizer -> "`Build/ladybird-sanitizers`"
- Default -> "`Build/release`"
- Debug -> "`Build/debug`"
- Sanitizer -> "`Build/sanitizers`"
## Notes for WSL Users