ev3dev / vscode-ev3dev-browser

Visual Studio Code extension for browsing ev3dev devices
https://marketplace.visualstudio.com/items?itemName=ev3dev.ev3dev-browser
MIT License
36 stars 11 forks source link

Debian version: fail to pop up window when click "Click here to connect to a device" #83

Closed mingli-ts closed 5 years ago

mingli-ts commented 5 years ago

Describe the bug The latest Debian version of this browser can not show pop up window when click "Click here to connect to a device" below "EV3DEV DEVICE BROWSER".

To Reproduce

  1. Install latest version of vscode and this browser on Debian
  2. Click on 'Click here to connect to a device'

Desktop (please complete the following information):

dlech commented 5 years ago

So you are using Debian sid and VS Code insiders edition?

mingli-ts commented 5 years ago

Yes exactly. I have tried on two Chromebooks, one with Linux app, one with crouton, and one regular Linux box. All the same.

dlech commented 5 years ago

You need to have the avahi-daemon package installed and running.

mingli-ts commented 5 years ago

I'll give it a try tonight. Meanwhile can you please add this to the installation instructions? A lot of school kids are using Chromebook to run vscode. They might be trouble by this. Thanks

J370 commented 5 years ago

I had the same issue as mentioned and @dlech recommendation works.

dlech commented 5 years ago

Should be fixed in v1.0.4. The extension will now fall back to a (buggy) native javascript implementation of mDNS. Installing avahi is still preferred since it will give better results.