@codingame/monaco-vscode-notebook-service-override 7.0.3 → 7.0.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-notebook-service-override",
3
- "version": "7.0.3",
3
+ "version": "7.0.7",
4
4
  "keywords": [],
5
5
  "author": {
6
6
  "name": "CodinGame",
@@ -29,6 +29,6 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "vscode": "npm:@codingame/monaco-vscode-api@7.0.3"
32
+ "vscode": "npm:@codingame/monaco-vscode-api@7.0.7"
33
33
  }
34
34
  }
@@ -314,7 +314,7 @@ class EmptyTextEditorHintContentWidget {
314
314
  id: ChangeLanguageAction.ID,
315
315
  from: 'hint'
316
316
  });
317
- await this.commandService.executeCommand(ChangeLanguageAction.ID, { from: 'hint' });
317
+ await this.commandService.executeCommand(ChangeLanguageAction.ID);
318
318
  this.editor.focus();
319
319
  };
320
320
  const snippetOnClickOrTap = async (e) => {