AC Group: 522720170
Forwarding + likes = support
Introduction
Recently in the collation of the content of the Python Automation test course, found that Microsoft out of the VS code editor is too cool, very easy to use, and light weight do not want, hereby record, there is a choice of tangled friends I highly recommend using TA.
PS: Compatible with WIN10 and compatible with high resolution screen, I was moved to cry ~ ~ ~
Download
Go and see for yourself, especially simple, address: https://code.visualstudio.com/Download
Installation is EXE, very easy, no, I have no way to
Configuration
After the installation is complete, several configurations are required:
1, install the Python plugin,
2, install the Vscode-icons plug-in, the same way, this is the collation file type Display icon
3. menu File > Preferences > Settings, find "Python.pythonpath" on the left: "Python", and copy to the right parenthesis, modify the value Python as the actual Python path on your computer. My configuration is as follows
4, casually write a py file, then press two times F5 can be executed. The first time you press F5 is debug, you can step through debugging, the debug information is displayed on the left. Press F5 the second time to execute the remaining. If you want to do it all at once F5, you need to modify "Stoponentry" in Launch.json: true, change to "Stoponentry": false
This article is from the "Cockroach Performance automation test brand" blog, please be sure to keep this source http://xqtesting.blog.51cto.com/4626073/1970797
VS Code for Python development tool