feat: remove custom templates for now

This commit is contained in:
FalsePattern 2025-03-15 16:40:48 +01:00
parent cb4ecb9ff6
commit 7c0fb4412d
Signed by: falsepattern
GPG key ID: E930CDEC50C50E23
2 changed files with 7 additions and 2 deletions

View file

@ -22,6 +22,11 @@ Changelog structure reference:
- Project - Project
- Zig std.Progress visualization in the zig tool window (Linux/macOS only) - Zig std.Progress visualization in the zig tool window (Linux/macOS only)
### Removed
- Project
- Executable / Library new project templates temporarily removed until zig stabilizes
## [22.0.1] ## [22.0.1]
### Fixed ### Fixed

View file

@ -92,7 +92,7 @@ class ZigNewProjectPanel(private var handleGit: Boolean): Disposable {
private val defaultTemplates get() = listOf( private val defaultTemplates get() = listOf(
ZigExecutableTemplate(), // ZigExecutableTemplate(),
ZigLibraryTemplate(), // ZigLibraryTemplate(),
ZigInitTemplate() ZigInitTemplate()
) )