You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,23 +20,23 @@ Run the build Task from the [Command Palette](https://code.visualstudio.com/docs
20
20
### Errors and Warnings
21
21
TypeScript errors and warnings will be displayed in VS Code in the Problems Panel (CTRL+SHIFT+M or ⇧⌘M)
22
22
23
-
###Validate your changes
23
+
###Validate your changes
24
24
To test the changes you launch a development version of VS Code on the workspace vscode, which you are currently editing.
25
25
Use the "Launch Extension" launch option.
26
26
27
-
###Unit Tests
27
+
###Unit Tests
28
28
Run the Unit Tests via the "Launch Test" launch option.
29
29
Currently unit tests only run on [Travis](https://travis-ci.org/DonJayamanne/pythonVSCode)
30
30
31
31
_Requirements_
32
32
1. Ensure you have disabled breaking into 'Uncaught Exceptions' when running the Unit Tests
33
33
2. For the linters and formatters tests to pass successfully, you will need to have those corresponding Python libraries installed locally
34
34
35
-
##Debugging the extension
36
-
###Standard Debugging
35
+
##Debugging the extension
36
+
###Standard Debugging
37
37
Clone the repo into any directory and start debugging.
38
38
From there use the "Launch Extension" launch option.
39
39
40
-
###Debugging the Python Extension Debugger
40
+
###Debugging the Python Extension Debugger
41
41
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.
42
42
From there use the ```Launch Extension as debugserver``` launch option.
0 commit comments