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.
@@ -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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vscode-languageserver-protocol",
3
3
  "description": "VSCode Language Server Protocol implementation",
4
- "version": "3.17.0-next.10",
4
+ "version": "3.17.0-next.11",
5
5
  "author": "Microsoft Corporation",
6
6
  "license": "MIT",
7
7
  "repository": {