We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cb4950 commit 5d12ae5Copy full SHA for 5d12ae5
1 file changed
readme.md
@@ -51,24 +51,28 @@ You can also run the training notebook on Google Colab.
51
52
3. Install npm packages
53
54
+You need to have [Node.JS](https://nodejs.dev/) installed
55
+
56
```shell
57
cd vscode_extension
58
npm install
59
```
60
-4. Open the project in vscode
61
+4. Start the server `python_autocomplete/serve.py`
62
63
+5. Open the project in [VSCode](https://code.visualstudio.com/)
64
65
66
67
code .
68
69
-5. Start the server `python_autocomplete/serve.py`
70
+Or you can start VSCode and open the project with `File > Open`
71
-6. Run the extension
72
+6. Run the extension from VSCode
73
74
-Run -> Start Debugging
75
+Run > Start Debugging
76
77
78
This will open another VSCode editor window, with the extension
0 commit comments