applyWorkspaceEdit method
Apply a workspace edit (multi-file).
Implementation
Future<BridgeResponse> applyWorkspaceEdit(
Map<String, dynamic> edit, {
String? label,
}) {
return _protocol.workspaceApplyEdit(edit: edit, label: label);
}
Apply a workspace edit (multi-file).
Future<BridgeResponse> applyWorkspaceEdit(
Map<String, dynamic> edit, {
String? label,
}) {
return _protocol.workspaceApplyEdit(edit: edit, label: label);
}