We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27035ce commit b503ed8Copy full SHA for b503ed8
menus/flutter.cson
@@ -15,7 +15,7 @@
15
{ label: 'Flutter Screenshot', command: 'flutter:screenshot' }
16
{ label: 'Flutter Upgrade…', command: 'flutter:upgrade' }
17
{ type: 'separator' }
18
- { label: 'Connect remote debugger…', command: 'flutter:connect-remote-debugger' }
+ { label: 'Connect Debugger to Remote App…', command: 'flutter:connect-remote-debugger' }
19
20
{ label: 'Send Feedback…', command: 'flutter:send-feedback'}
21
]
0 commit comments