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.
- package/lib/index.js +0 -1
- 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",
|