-
Notifications
You must be signed in to change notification settings - Fork 344
Closed
Labels
in editorRelates to code editing or language featuresRelates to code editing or language featuresis bug
Milestone
Description
The keybinding below worked well until recently. Now it displays a "No code actions available" message.
{
"key": "cmd+. w",
"command": "editor.action.codeAction",
"args": {
"kind": "refactor.flutter.wrap.generic"
},
"when": "editorLangId == 'dart' && dart-code:anyFlutterProjectLoaded && editorHasCodeActionsProvider && editorTextFocus && !editorReadonly"
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
in editorRelates to code editing or language featuresRelates to code editing or language featuresis bug