From 7387b54f3f240b9770689a511a5600203824a3ee Mon Sep 17 00:00:00 2001 From: Michael Nazario Date: Tue, 3 Jul 2018 19:31:55 -0400 Subject: [PATCH] Fix dev setup The dev setup was incorrect since it did not describe how to properly use `yarn install`. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8fb1681f..b7ff0174 100644 --- a/README.rst +++ b/README.rst @@ -128,7 +128,7 @@ The Python language server can be developed against a local instance of Visual S # Install the vscode-client extension cd vscode-client - yarn install . + yarn install # Run VSCode which is configured to use pyls # See the bottom of vscode-client/src/extension.ts for info