We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f60276d commit 7456f34Copy full SHA for 7456f34
CHANGELOG.md
@@ -3,6 +3,10 @@ All notable changes to the "ev3dev-browser" extension will be documented in this
3
4
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
5
6
+## Unreleased
7
+### Fixed
8
+- Fix debugger hanging when ev3dev Device Browser view is collapsed
9
+
10
## 1.0.2 - 2019-03-11
11
### Fixed
12
- Files are not downloaded when using global launch configuration
package.json
@@ -20,7 +20,8 @@
20
"Other"
21
],
22
"activationEvents": [
23
- "onView:ev3devBrowser"
+ "onView:ev3devBrowser",
24
+ "onDebugResolve:ev3devBrowser"
25
26
"main": "./out/extension.js",
27
"contributes": {
0 commit comments