aboutsummaryrefslogtreecommitdiff
path: root/extension.json
Commit message (Collapse)AuthorAgeFilesLines
* Refactor: Rework settings, language, iconsDavid Czihak3 days1-65/+66
| | | | | - The plugin and workspace settings have been restructured to make more sense and provide a better user experience. - English and German languages have been reworked completely to sound more precise. - Icons for tasks have been added.
* Refactor: Improve settings layout and languageDavid Czihak4 days1-94/+86
| | | | | - Settings are re-grouped and messages have been improved greatly. - The English language is no longer the default, it moved to a lproj as well, and strings are resolved using a key rather than text.
* Fix: Add inherit option to bool workspace optionsDavid Czihak4 days1-5/+35
| | | | Instead of a checkbox, the boolean workspace options now show three radio buttons, adding the option to inherit the value from the global option
* Style: Format extension manifestDavid Czihak5 days1-30/+45
|
* Feat: New task systemDavid Czihak6 days1-43/+261
| | | | | 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 identifierDavid Czihak6 days1-1/+1
|
* Release: 0.1.8v0.1.8David Czihak6 days1-1/+1
|
* Feat: Add LLDB log creation setting, improve logsDavid Czihak6 days1-1/+28
|
* Initial commitv0.1.7David Czihak6 days1-0/+351