Interface DidChangeWorkspaceFoldersParams

The parameters of a workspace/didChangeWorkspaceFolders notification.

interface DidChangeWorkspaceFoldersParams {
    event: WorkspaceFoldersChangeEvent;
}

Properties

Properties

The actual workspace folder change event.