mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Minor renames
This commit is contained in:
parent
be00684a57
commit
34e1a0a7df
1 changed files with 2 additions and 2 deletions
|
|
@ -79,14 +79,14 @@ import {
|
|||
CancellationToken
|
||||
} from 'vscode-jsonrpc';
|
||||
|
||||
export interface ProposedWorkspaceFoldersInitializeParams {
|
||||
export interface WorkspaceFoldersInitializeParams {
|
||||
/**
|
||||
* The actual configured workspace folders.
|
||||
*/
|
||||
workspaceFolders: WorkspaceFolder[] | null;
|
||||
}
|
||||
|
||||
export interface ProposedWorkspaceFoldersClientCapabilities {
|
||||
export interface WorkspaceFoldersClientCapabilities {
|
||||
/**
|
||||
* The workspace client capabilities
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue