| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Docs: Add JSDoc comments to utility functions | David Czihak | 5 days | 1 | -6/+148 |
| | | |||||
| * | Fix: Stability improvements in utils | David Czihak | 5 days | 1 | -12/+21 |
| | | | | Resource leak, null guards, and promise rejection in process utilities. | ||||
| * | Style: Format extension manifest | David Czihak | 5 days | 1 | -30/+45 |
| | | |||||
| * | Style: Reformat, fix typos | David Czihak | 5 days | 1 | -93/+158 |
| | | |||||
| * | Refactor: Rename localizedText to localizeText | David Czihak | 5 days | 1 | -17/+24 |
| | | |||||
| * | Refactor: Delete issue assistant class | David Czihak | 5 days | 1 | -35/+0 |
| | | | | The issue assistant was used to suppress the warning that no extension supports issue reporting for zig files. Let’s see if it looks fine without – maybe I will bring it back later. For now, less code. | ||||
| * | 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. | ||||
| * | Chore: Add user manual | David Czihak | 6 days | 1 | -0/+656 |
| | | | | The manual has been generated based on the current state of the extension source code. I intend to improve it in the future, but since the new task system has so many features, I want them documented somewhere. | ||||
| * | Feat: New task system | David Czihak | 6 days | 5 | -140/+736 |
| | | | | | | 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: Change licence to SPDX identifier | David Czihak | 6 days | 1 | -1/+1 |
| | | |||||
| * | Release: 0.1.8v0.1.8 | David Czihak | 6 days | 2 | -1/+8 |
| | | |||||
| * | Lang: Update German translation | David Czihak | 6 days | 0 | -0/+0 |
| | | |||||
| * | Chore: Improve ZLS error logging | David Czihak | 6 days | 1 | -0/+15 |
| | | |||||
| * | Feat: Add LLDB log creation setting, improve logs | David Czihak | 6 days | 3 | -10/+61 |
| | | |||||
| * | Docs: Add non-endorsement disclaimer to README | David Czihak | 6 days | 1 | -0/+2 |
| | | |||||
| * | Refactor: Resolve shellcheck finding | David Czihak | 6 days | 2 | -2/+2 |
| | | |||||
| * | Refactor: Remove unreachable test tasks | David Czihak | 6 days | 2 | -74/+1 |
| | | | | The test tasks were dropped for the initial release and will probably be restored later. | ||||
| * | Chore: Clarify third-party licences for bundled assets and grammar | David Czihak | 6 days | 3 | -3/+84 |
| | | |||||
| * | Initial commitv0.1.7 | David Czihak | 6 days | 46 | -0/+183015 |
