From 570e61a13c0bd800eea5829172259ff83974cdda Mon Sep 17 00:00:00 2001 From: Christian Bromann Date: Tue, 18 Oct 2022 17:23:36 -0700 Subject: [PATCH] update image urls --- README.md | 4 ++-- src/extension/executors/shell.ts | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ab104f79a..9439c56e9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This VS Code extension transparently opens markdown files (i.e. README.md) as ru > 💡 If you don't want the runme notebook, you can always right click on the .md file, click `Open With...` and select the text editor. -![Text and notebook view side-by-side](https://staging.runme.dev/sidebyside.png) +![Text and notebook view side-by-side](https://runme.dev/sidebyside.png) This project is open source licensed under APL2.0 and its code can be found in the following repos: @@ -69,7 +69,7 @@ Please see [runme.dev's README.md](https://github.com/stateful/runme.dev/blob/ma Runme strives to break out of the terminal without losing interoperability with the CLI to document how the your repo ties together an array for external services. To showcase how this works take a look at the GIF below or run through [Runme.dev's website README](https://github.com/stateful/runme.dev/blob/main/README.md). -![Deep Deno integration](https://staging.runme.dev/tabs/deno.gif) +![Deep Deno integration](https://runme.dev/tabs/deno.gif) What's happening is whenever Deno's `deployctl deploy` command is executed to deploy a Deno site from within a notebook cell (just a markdown code block), Runme will render an interactive deployment status based on the `$DENO_PROJECT_NAME` and `$DENO_ACCESS_TOKEN` provided in the notebook (will prompt for values otherwise). diff --git a/src/extension/executors/shell.ts b/src/extension/executors/shell.ts index 499a43a2c..29f56ec56 100644 --- a/src/extension/executors/shell.ts +++ b/src/extension/executors/shell.ts @@ -36,7 +36,6 @@ async function shellExecutor( }, contentType) } - console.log('OITPUT TWIC') exec.replaceOutput([ new NotebookCellOutput([ item ]), new NotebookCellOutput([