Skip to content

Commit 8fa9488

Browse files
committed
Activate extension on command pallette command
1 parent a0370f4 commit 8fa9488

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to the "ev3dev-browser" extension will be documented in this
44
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
55

66
## Unreleased
7+
### Fixed
8+
- Activate extension on command pallette command
79
### Added
810
- ev3dev remote debugger is now a default debugger for Python files
911

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 David Lechner <[email protected]>
3+
Copyright (c) 2017-2020 David Lechner <[email protected]>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
],
2222
"activationEvents": [
2323
"onView:ev3devBrowser",
24-
"onDebugResolve:ev3devBrowser"
24+
"onDebugResolve:ev3devBrowser",
25+
"onCommand:ev3devBrowser.action.pickDevice"
2526
],
2627
"main": "./out/extension.js",
2728
"contributes": {

0 commit comments

Comments
 (0)