mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Previously the schema only allowed a single value; however, it is now possible to specify multiple values separated by comma, and you would get very ugly red error squiggles in VS Code when you did that. The only solution that I can see is to get rid of the "enum" specification, and mention the valid values only in the description. Add examples too so that you get at least auto-completion. |
||
|---|---|---|
| .. | ||
| app_config.go | ||
| config_default_platform.go | ||
| config_linux.go | ||
| config_windows.go | ||
| dummies.go | ||
| editor_presets.go | ||
| editor_presets_test.go | ||
| user_config.go | ||
| user_config_validation.go | ||
| user_config_validation_test.go | ||