| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor: Improve executable resolvers | David Czihak | 5 days | 1 | -27/+39 |
| | | |||||
| * | Refactor: Merge two path resolutiion functions | David Czihak | 5 days | 1 | -18/+13 |
| | | | | | `resolveWorkspaceRelativePath` is merged into `resolvePathAgainstBase` by passing `null` as the second argument. | ||||
| * | Feat: New task system | David Czihak | 6 days | 1 | -90/+390 |
| | | | | | | This commit brings a complete rewrite of the task system to align the Zig build system and Nova task system as closely as possible. Lots of new options and settings have been added to the tasks, and the Zig extension will auto-detect tasks from the `zig build --list-steps` command. Should you prefer to add tasks manually, or need a more fine-grained control, the auto-detection can be disabled. This rewrite has not yet been thoroughly tested and will likely be a little rough around the edges. | ||||
| * | Chore: Improve ZLS error logging | David Czihak | 6 days | 1 | -0/+15 |
| | | |||||
| * | Feat: Add LLDB log creation setting, improve logs | David Czihak | 6 days | 1 | -3/+16 |
| | | |||||
| * | Refactor: Remove unreachable test tasks | David Czihak | 6 days | 1 | -58/+0 |
| | | | | The test tasks were dropped for the initial release and will probably be restored later. | ||||
| * | Initial commitv0.1.7 | David Czihak | 6 days | 1 | -0/+915 |
