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 dc18e28 commit ee19751Copy full SHA for ee19751
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
+### Added
8
+- ev3dev remote debugger is now a default debugger for Python files
9
+
10
## 1.1.0 - 2020-03-07
11
### Added
12
- New "pause" button on debugger that sends SIGINT to remote process
package.json
@@ -211,6 +211,9 @@
211
"label": "ev3dev",
212
"program": "./out/debugServer.js",
213
"runtime": "node",
214
+ "languages": [
215
+ "python"
216
+ ],
217
"configurationAttributes": {
218
"launch": {
219
"required": [
0 commit comments