feat: remove custom templates for now
This commit is contained in:
parent
cb4ecb9ff6
commit
7c0fb4412d
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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()
|
||||||
)
|
)
|
Loading…
Add table
Reference in a new issue