* Applies a `WorkspaceEdit` to the workspace * @param edit the workspace edit. * @return a thenable that resolves to the `ApplyWorkspaceEditResponse`.
(edit: WorkspaceEdit)
| 804 | * @return a thenable that resolves to the `ApplyWorkspaceEditResponse`. |
| 805 | */ |
| 806 | applyEdit(edit: WorkspaceEdit): Thenable<ApplyWorkspaceEditResponse>; |
| 807 | } |
| 808 | |
| 809 | export type RemoteWorkspace = _RemoteWorkspace & Configuration & WorkspaceFolders; |
no outgoing calls
no test coverage detected