We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee5521f commit e424966Copy full SHA for e424966
vscode.proposed.d.ts
@@ -360,7 +360,7 @@ declare module 'vscode' {
360
*
361
* Messages are only delivered if the editor is live.
362
363
- * @param message Body of the message. This must be a string or other json serilizable object.
+ * @param message Body of the message. This must be a string or other json serializable object.
364
*/
365
postMessage(message: any): Thenable<boolean>;
366
@@ -562,7 +562,7 @@ declare module 'vscode' {
562
563
564
565
566
567
568
0 commit comments