We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f2255 commit bc3c6e3Copy full SHA for bc3c6e3
cli/config/validate.go
@@ -33,6 +33,7 @@ var validMap = map[string]reflect.Kind{
33
"directories.builtin.tools": reflect.String,
34
"directories.builtin.libraries": reflect.String,
35
"library.enable_unsafe_install": reflect.Bool,
36
+ "locale": reflect.String,
37
"logging.file": reflect.String,
38
"logging.format": reflect.String,
39
"logging.level": reflect.String,
0 commit comments