We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b31750 commit dce4ea8Copy full SHA for dce4ea8
1 file changed
readme.md
@@ -35,15 +35,17 @@ cd vscode_extension
35
code .
36
```
37
38
-3. Run the extension
+3. Start the server `python_autocomplete/serve.py`
39
+
40
+4. Run the extension
41
42
43
Run -> Start Debugging
44
45
46
This will open another VSCode editor window, with the extension
47
-4. Create or open a python file and start editing!
48
+5. Create or open a python file and start editing!
49
50
<p align="center">
51
<img src="/python-autocomplete.png?raw=true" width="100%" title="Screenshot">
0 commit comments