From 0a2f06b296b7c0f25d4cd4821b18a9f9f5b0ee4c Mon Sep 17 00:00:00 2001 From: Asher Date: Tue, 5 May 2020 12:16:41 -0500 Subject: [PATCH] Update diff command in readme --- src/node/app/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/app/README.md b/src/node/app/README.md index c23a5eae..9e03298c 100644 --- a/src/node/app/README.md +++ b/src/node/app/README.md @@ -39,7 +39,7 @@ If functionality doesn't depend on code from VS Code then it should be moved into code-server otherwise it should be in the patch. To generate a new patch, **stage all the changes** you want to be included in -the patch in the VS Code source, then run `yarn patch:generate` in this +the patch in the VS Code source, then run `yarn vscode:diff` in this directory. Notable changes include: -- GitLab