setSelection method
Set the selection in the active editor.
Implementation
Future<BridgeResponse> setSelection(VscodeSelection selection) {
return _protocol.sendRequest('vscode/setSelection', selection.toJson());
}
Set the selection in the active editor.
Future<BridgeResponse> setSelection(VscodeSelection selection) {
return _protocol.sendRequest('vscode/setSelection', selection.toJson());
}