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
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 my opinion) is to clone this git repo directory into your extensions directory.
From there use the Launch Extension as debugserver
launch option.
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
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 my opinion) is to clone this git repo directory into your extensions directory.
From there use the Launch Extension as debugserver
launch option.