Skip to content

Commit aa01f3d

Browse files
committed
VS Code extension release 1.2.0 beta 2
1 parent 1dcb66a commit aa01f3d

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed
43.2 KB
Loading
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
author: "@dlech"
3+
title: "ev3dev-browser VS Code Extension Beta Release"
4+
---
5+
6+
<img
7+
src="/images/news/vscode-ev3dev-browser-debug-python.png"
8+
alt="Screenshot of ev3dev-browser VS Code extension showing debuggers for Python"
9+
style="width: 400px; max-width: 100%;"
10+
class="image-responsive pull-right"
11+
/>
12+
13+
We are working on the next release of the [ev3dev-browser VS Code Extension][1]
14+
and we need testers! This version mostly contains bug fixes. It should do a
15+
better job detecting ev3dev devices. It also fixes a bug where subprocesses
16+
on the EV3 are not stopped when clicking the red stop button in VS Code.
17+
18+
[1]: https://marketplace.visualstudio.com/items?itemName=ev3dev.ev3dev-browser
19+
20+
<!--more-->
21+
22+
There is also one new feature courtesy of @WasabiFan. The `ev3dev` debugger is
23+
now registered as a default handler for Python files, so now it is possible to
24+
download and run a Python script without having to create a `launch.json` file.
25+
Just open your file and press <kbd>CTRL</kbd>+<kbd>F5</kbd> or <kbd>Cmd ⌘</kbd>
26+
+<kbd>Return ↩</kbd> on Mac.
27+
28+
29+
### Getting the Beta Version
30+
31+
The beta version is not available on the VS Code Marketplace. Instead download
32+
the `.vsix` file from the [GitHub Releases][2] page. Then [install it in VS
33+
Code][3].
34+
35+
[2]: https://github.com/ev3dev/vscode-ev3dev-browser/releases
36+
[3]: https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix
37+
38+
The ev3dev VS Code extension is also now available via [open-vsx.org][4] for
39+
those that use other VS Code-compatible editors like VSCodium and Eclipse Theia.
40+
41+
[4]: https://open-vsx.org/extension/ev3dev/ev3dev-browser

0 commit comments

Comments
 (0)