chore: update development setup and configuration for improved usability

- Modified `.vscode/settings.json` to use workspace-relative paths for `compileCommands` and `buildDirectory`, enhancing portability across different environments.
- Updated task labels in `tasks.json` for clarity, renaming them to reflect their specific CMake operations.
- Added new tasks for cleaning builds and running tests, streamlining the development workflow.

Benefits:
- Improves the development experience by ensuring configurations are adaptable and tasks are clearly defined, facilitating easier project management.
This commit is contained in:
scawful
2025-10-31 20:21:05 -04:00
parent ef07dc0012
commit 91b3c9ede9
2 changed files with 43 additions and 8 deletions

View File

@@ -413,3 +413,4 @@ cmake --build build
5. Submit a pull request
For more details, see [CONTRIBUTING.md](CONTRIBUTING.md).