Skip to content

Commit ee19751

Browse files
authored
Register as a default debugger for Python
1 parent dc18e28 commit ee19751

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to the "ev3dev-browser" extension will be documented in this
33

44
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
55

6+
## Unreleased
7+
### Added
8+
- ev3dev remote debugger is now a default debugger for Python files
9+
610
## 1.1.0 - 2020-03-07
711
### Added
812
- New "pause" button on debugger that sends SIGINT to remote process

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,9 @@
211211
"label": "ev3dev",
212212
"program": "./out/debugServer.js",
213213
"runtime": "node",
214+
"languages": [
215+
"python"
216+
],
214217
"configurationAttributes": {
215218
"launch": {
216219
"required": [

0 commit comments

Comments
 (0)