Skip to content

IWorkspaceFileEdit

原文链接

https://microsoft.github.io/monaco-editor/docs.html#interfaces/languages.IWorkspaceFileEdit.html

ts
interface IWorkspaceFileEdit {
    metadata?: WorkspaceEditMetadata;
    newResource?: Uri;
    oldResource?: Uri;
    options?: WorkspaceFileEditOptions;
}

metadata

newResource

oldResource

options