Skip to content

Commit

Permalink
Update setup_visual_studio_code.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ice3 authored Jan 8, 2025
1 parent d49c6ae commit 7334464
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/setup_visual_studio_code.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ Add the path for the auto completion from Visual Studio.
1. Click *File* > *Preferences* > *Settings*.
2. Search `Auto Complete` under the **Workspace** tab
3. Find **Python > Auto Complete: Extra Paths** click on 'Edit in settings.json'
4. On `settings.json` page, add the generated modules path to `python.autoComplete.extraPaths` and `python.analysis.extraPaths`
4. On `settings.json` page, add the generated modules path for
* `python.autoComplete.extraPaths`
* `python.analysis.extraPaths`

* Example of settings.json

Expand Down

0 comments on commit 7334464

Please sign in to comment.