-
Notifications
You must be signed in to change notification settings - Fork 80
Visual Studio Code
Gui Talarico edited this page May 30, 2018
·
6 revisions
- Install the Python Package. A restart might be required
- Your settings should include something like this:
"python.pythonPath": "C:\\Program Files\\Python27\\python.exe",
"python.autoComplete.extraPaths": ["C:\\Path\\To\\ironpython-stubs\\release\\stubs.min"],
The extraPaths
should point to the stubs.min
folder.
The pythonPath
is not required, but you do need to make sure you have a version of python installed on your system.
Please refer to the Package's Docs for additional info con the setup: https://github.com/DonJayamanne/pythonVSCode https://github.com/DonJayamanne/pythonVSCode/wiki/Autocomplete-Intellisense