support enums in config_gen (#1072)
* support enum types in config_gen * fix typo
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user