Zoltan Rajnai

Results 5 comments of Zoltan Rajnai

Visual Studio Tools / Customize ... menu Then "Keyboard..." button. The command to bind to is : "EdotrContextMenus.CodeWindow.FormatXAML"

Wow. I just ran into this today. I also have a fix, but I just noticed this PR 🚀

My fix is very similar: ```ruby def self.set_target_xcconfig(pod_bundle, target, config) file_ref = create_xcconfig_ref(pod_bundle, config) path = file_ref.path if config.base_configuration_reference existing_path = config.base_configuration_reference.real_path elsif config.base_configuration_reference_anchor && config.base_configuration_reference_relative_path existing_path = Pathname.new(File.join(config.base_configuration_reference_anchor.path, config.base_configuration_reference_relative_path))...