MCPcopy Index your code
hub / github.com/microsoft/vscode-languageserver-node / applyEdit

Method applyEdit

server/src/main.ts:806–806  ·  view source on GitHub ↗

* Applies a `WorkspaceEdit` to the workspace * @param edit the workspace edit. * @return a thenable that resolves to the `ApplyWorkspaceEditResponse`.

(edit: WorkspaceEdit)

Source from the content-addressed store, hash-verified

804 * @return a thenable that resolves to the `ApplyWorkspaceEditResponse`.
805 */
806 applyEdit(edit: WorkspaceEdit): Thenable<ApplyWorkspaceEditResponse>;
807}
808
809export type RemoteWorkspace = _RemoteWorkspace & Configuration & WorkspaceFolders;

Callers 1

handleApplyWorkspaceEditFunction · 0.65

Implementers 1

_RemoteWorkspaceImplserver/src/main.ts

Calls

no outgoing calls

Tested by

no test coverage detected