coc-code-runner 0.0.3 → 0.0.4

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.
Files changed (2) hide show
  1. package/lib/index.js +0 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -6407,7 +6407,6 @@ var RunCodeActionProvider = class {
6407
6407
  provideCodeActions() {
6408
6408
  const actions = [];
6409
6409
  if (_process) {
6410
- import_coc3.window.showInformationMessage("ss");
6411
6410
  actions.push(
6412
6411
  import_vscode_languageserver_protocol.CodeAction.create(
6413
6412
  "stop code runner",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coc-code-runner",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Code Runner for coc.nvim",
5
5
  "author": "cyl <a1008611abcd@126.com>",
6
6
  "license": "MIT",