Skip to content

Commit 7456f34

Browse files
committed
Fix debugger hanging when ev3dev Device Browser view is collapsed
Add activaiton point on debugger event. Otherwise, the debugger will hang because the extension is not activated.
1 parent f60276d commit 7456f34

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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+
### Fixed
8+
- Fix debugger hanging when ev3dev Device Browser view is collapsed
9+
610
## 1.0.2 - 2019-03-11
711
### Fixed
812
- Files are not downloaded when using global launch configuration

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"Other"
2121
],
2222
"activationEvents": [
23-
"onView:ev3devBrowser"
23+
"onView:ev3devBrowser",
24+
"onDebugResolve:ev3devBrowser"
2425
],
2526
"main": "./out/extension.js",
2627
"contributes": {

0 commit comments

Comments
 (0)