From 093bbc081e42829347b7121c8a8e41be9252b749 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Mon, 19 Dec 2022 11:31:51 -0700 Subject: [PATCH] docs: update testing notes for cli-window-open --- patches/cli-window-open.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/cli-window-open.diff b/patches/cli-window-open.diff index 16d2ebc2b..27c619286 100644 --- a/patches/cli-window-open.diff +++ b/patches/cli-window-open.diff @@ -8,7 +8,7 @@ To test: 2. Open code-server 3. Open terminal 4. Open another code-server window -5. Run code-server with a file or directory argument +5. Run node ./out/node/entry.js with a file or directory argument The file or directory should only open from the instance attached to that terminal.