Visual Code Web Extension #2399
Replies: 3 comments 5 replies
-
|
So, there are some important differences between VS Code desktop app and vscode.dev web browser experience. The number one difference I see is the lack of a terminal. I don't see any way to get the code onto the hub if you can't use pybricksdev.exe, so that right there is a deal-breaker. Maybe someone else has an idea. My recommendation is to use the desktop app for VS Code, or just stick with the pybricks web editors. |
Beta Was this translation helpful? Give feedback.
-
|
Not yet on web extension, but would be more than possible to do so. until then, you might want to check out: |
Beta Was this translation helpful? Give feedback.
-
|
Hi @afarago , your vscode extension looks really amazing! I might give it a try. I can't think of anything that could not be achieved with vs code web.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Maintaining a fully featured web code editor is quite a daunting task. Although pybricks code is impressive and hides away a lot of the typical clutter -which is probably good for the target user- it is also a bit limited. For example support for github repositories would be nice.
I know there is a package for offline IDE's, but this can be problematic for school environments, especially with locked down environments which seems pretty typical.
Has anyone considered making a pybricks extension for vscode.dev?
https://code.visualstudio.com/api/extension-guides/web-extensions
This could unlock some other cool features like liveshare:
https://learn.microsoft.com/en-us/visualstudio/liveshare/quickstart/browser-join
Beta Was this translation helpful? Give feedback.
All reactions