diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b57d3166e19c..6943892ada89 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,11 +20,11 @@ Run the build Task from the [Command Palette](https://code.visualstudio.com/docs ### Errors and Warnings TypeScript errors and warnings will be displayed in VS Code in the Problems Panel (CTRL+SHIFT+M or ⇧⌘M) -###Validate your changes +### Validate your changes 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. -###Unit Tests +### Unit Tests Run the Unit Tests via the "Launch Test" launch option. Currently unit tests only run on [Travis](https://travis-ci.org/DonJayamanne/pythonVSCode) @@ -32,11 +32,11 @@ _Requirements_ 1. Ensure you have disabled breaking into 'Uncaught Exceptions' when running the Unit Tests 2. For the linters and formatters tests to pass successfully, you will need to have those corresponding Python libraries installed locally -##Debugging the extension -###Standard Debugging +## Debugging the extension +### Standard Debugging Clone the repo into any directory and start debugging. From there use the "Launch Extension" launch option. -###Debugging the Python Extension Debugger +### Debugging the Python Extension Debugger The easiest way to debug the Python Debugger (in my opinion) is to clone this git repo directory into [your](https://code.visualstudio.com/docs/extensions/install-extension#_your-extensions-folder) extensions directory. From there use the ```Launch Extension as debugserver``` launch option.