fn create_editor_settings_maybe(
config: &Config,
editor: EditorKind,
) -> Result<bool>
Expand description
Create the recommended editor LSP config file for rustc development, or just print it
If this method should be re-called, it returns false
.