5

In the Azure DevOps pipeline YAML editor, these options do nothing. This menu is available if you right-click on the editor and choose 'command palette' or press F1.

enter image description here

Martin Brandl
  • 56,134
  • 13
  • 133
  • 172
Blue Clouds
  • 7,295
  • 4
  • 71
  • 112

1 Answers1

11

You are right, it seems like nor the menu nor the shortcut is working. However, the following shortcuts are working fine in the online editor:

Ctrl + K + C Comment Block

Ctrl + K + U Uncomment Block

Martin Brandl
  • 56,134
  • 13
  • 133
  • 172