• M
    Rename CodeAction.canAutoApply -> CodeAction.preferred · bcc2281e
    Matt Bierner 提交于
    Part of #62110
    
    Use the more generic name as suggested in https://github.com/Dart-Code/Dart-Code/issues/1393. This makes the intent of the field more clear and also allows us to extend the concept of preferred code actions to refactorings and other classes of code actions
    
    Experimentally also allows a `preferred` value for `apply` when configuring code aciton keyboard shortcuts. This applies the preferred code action returned from the list of code actions returned
    bcc2281e
vscode.proposed.d.ts 32.1 KB