public interface IWorkspaceServiceParticipant
| Modifier and Type | Method and Description |
|---|---|
void |
didChangeWorkspaceFolders(org.eclipse.lsp4j.DidChangeWorkspaceFoldersParams params)
Receive and handle notification about workspace folder changing on client side.
|
void didChangeWorkspaceFolders(org.eclipse.lsp4j.DidChangeWorkspaceFoldersParams params)
params - the workspace folders change descriptionWorkspaceService.didChangeWorkspaceFolders(DidChangeWorkspaceFoldersParams)Copyright © 2024. All rights reserved.