support enums in config_gen (#1072)

* support enum types in config_gen

* fix typo
This commit is contained in:
Techatrix
2023-03-17 06:27:35 +00:00
committed by GitHub
parent 8d86d54c0d
commit 0aacb76743
5 changed files with 91 additions and 30 deletions

View File

@@ -125,7 +125,7 @@
"default": "null"
},
"global_cache_path": {
"description": "Path to a directory that will be used as zig's cache. null is equivalent to `${KnownFloders.Cache}/zls`",
"description": "Path to a directory that will be used as zig's cache. null is equivalent to `${KnownFolders.Cache}/zls`",
"type": "string",
"default": "null"
},