- Please feel free to fork and submit pull requests
- Feature requests can be added here
- Node.js
- Python 2.7 or later (required only for testing the extension and running unit tests)
- Windows, OS X or Linux
git clone https://github.com/DonJayamanne/pythonVSCode
cd pythonVSCode
npm install
Run the build Task from the Command Palette (short cut CTRL+SHIFT+B or ⇧⌘B)
TypeScript errors and warnings will be displayed in VS Code in the Problems Panel (CTRL+SHIFT+M or ⇧⌘M)
To test the changes you launch a development version of VS Code on the workspace vscode, which you are currently editing. Use the "Launch Extension" launch option.
Run the Unit Tests via the "Launch Test" launch option. Currently unit tests only run on Travis
Requirements
- Ensure you have disabled breaking into 'Uncaught Exceptions' when running the Unit Tests
- For the linters and formatters tests to pass successfully, you will need to have those corresponding Python libraries installed locally
Clone the repo into any directory and start debugging. From there use the "Launch Extension" launch option.
The easiest way to debug the Python Debugger (in our opinion) is to clone this git repo directory into your extensions directory.
From there use the Launch Extension as debugserver
launch option.