We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a8fa8 commit 2d18bfaCopy full SHA for 2d18bfa
1 file changed
readme.md
@@ -55,16 +55,16 @@ You need to have [Node.JS](https://nodejs.dev/) installed
55
56
```shell
57
cd vscode_extension
58
-npm install
+npm install # This will install the NPM packages
59
```
60
61
4. Start the server `python_autocomplete/serve.py`
62
63
-5. Open the project in [VSCode](https://code.visualstudio.com/)
+5. Open the extension project (folder) in [VSCode](https://code.visualstudio.com/)
64
65
66
67
-code .
+code . # This will open vscode_extension in VSCode
68
69
70
If you don't have [VSCode command line launcher](https://code.visualstudio.com/docs/setup/mac#_launching-from-the-command-line)
0 commit comments