From 2dd8d1891a4ec49a29672e77a277b0f363bbc908 Mon Sep 17 00:00:00 2001 From: lianahus Date: Thu, 20 Jan 2022 17:06:14 +0100 Subject: [PATCH 1/2] fixed remixd modal text typo --- apps/remix-ide/src/app/plugins/remixd-handle.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide/src/app/plugins/remixd-handle.tsx b/apps/remix-ide/src/app/plugins/remixd-handle.tsx index 68367d1df3..fd33c03a0c 100644 --- a/apps/remix-ide/src/app/plugins/remixd-handle.tsx +++ b/apps/remix-ide/src/app/plugins/remixd-handle.tsx @@ -155,7 +155,7 @@ function remixdDialog () {
- Before using, make sure remixd version is latest i.e. ${remixdVersion} + Before using, make sure remixd version is latest i.e. v{remixdVersion}

Read here how to update it
From cff880933f09eecdaf27b5ad9f4543d47d14bdf6 Mon Sep 17 00:00:00 2001 From: lianahus Date: Thu, 20 Jan 2022 17:39:39 +0100 Subject: [PATCH 2/2] fixed other places --- apps/remix-ide/src/app/plugins/remixd-handle.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/remix-ide/src/app/plugins/remixd-handle.tsx b/apps/remix-ide/src/app/plugins/remixd-handle.tsx index fd33c03a0c..9ff3d8339f 100644 --- a/apps/remix-ide/src/app/plugins/remixd-handle.tsx +++ b/apps/remix-ide/src/app/plugins/remixd-handle.tsx @@ -142,11 +142,11 @@ function remixdDialog () {
If you are just looking for the remixd command, here it is: -



${commandText} +



{commandText}
- When connected, a session will be started between ${window.location.origin} and your local file system at ws://127.0.0.1:65520. + When connected, a session will be started between {window.location.origin} and your local file system at ws://127.0.0.1:65520. The shared folder will be in the "File Explorers" workspace named "localhost".
Read more about other Remixd ports usage