Skip to content

Commit b0b6eeb

Browse files
mnazbrogatesn
authored andcommitted
Fix dev setup (#389)
The dev setup was incorrect since it did not describe how to properly use `yarn install`.
1 parent 41bb699 commit b0b6eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The Python language server can be developed against a local instance of Visual S
128128
129129
# Install the vscode-client extension
130130
cd vscode-client
131-
yarn install .
131+
yarn install
132132
133133
# Run VSCode which is configured to use pyls
134134
# See the bottom of vscode-client/src/extension.ts for info

0 commit comments

Comments
 (0)