vscode-languageserver-protocol 3.17.0-next.10 → 3.17.0-next.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/common/protocol.d.ts +1 -1
- package/package.json +1 -1
package/lib/common/protocol.d.ts
CHANGED
|
@@ -2734,7 +2734,7 @@ export interface ExecuteCommandRegistrationOptions extends ExecuteCommandOptions
|
|
|
2734
2734
|
* a workspace edit which the client will apply to the workspace.
|
|
2735
2735
|
*/
|
|
2736
2736
|
export declare namespace ExecuteCommandRequest {
|
|
2737
|
-
const type: ProtocolRequestType<ExecuteCommandParams, LSPAny, never, void, ExecuteCommandRegistrationOptions>;
|
|
2737
|
+
const type: ProtocolRequestType<ExecuteCommandParams, void | LSPAny, never, void, ExecuteCommandRegistrationOptions>;
|
|
2738
2738
|
}
|
|
2739
2739
|
export interface WorkspaceEditClientCapabilities {
|
|
2740
2740
|
/**
|
package/package.json
CHANGED