Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore: Add Zed editor tasks configuration
This commit introduces a new Zed editor configuration file: - Created .zed/tasks.json to define custom tasks for the project - Added a "Setup Build Folder" task that: - Optionally cleans the existing build directory - Creates a new build directory - Runs CMake with the correct libigl path - Included commented-out tasks for future use: - Compile and Run Project - Copy Staged Git Diff to Clipboard These tasks streamline the development workflow in the Zed editor, making it easier to set up the build environment and potentially compile and run the project directly from the editor. The configuration also allows for easy expansion with additional tasks in the future.
- Loading branch information