bugelectrongood first issuelinuxupstream
倉庫指標
- Star
- (74,848 star)
- PR 合併指標
- (平均合併 11小時 43分鐘) (30 天內合併 1,000 個 PR)
描述
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.60.2 (I'm using this package: https://aur.archlinux.org/packages/visual-studio-code-bin/)
- OS Version: Arch Linux
5.14.9-arch2-1
Steps to Reproduce:
- Disable and stop bluetooth.service:
sudo systemctl disable bluetooth.service,sudo systemctl stop bluetooth.service - Open Visual Studio Code
- Watch
journalctl -fto see the output:
Oct 05 20:24:00 zjeffer dbus-daemon[497]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.235' (uid=1000 pid=1745936 comm="/opt/visual-studio-code/code --disable-extensions ")
Oct 05 20:24:00 zjeffer dbus-daemon[497]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
As you can see, after opening visual studio code, it requests access to the bluez service. This seems unnecessary, I guess it's Electron's doing it by default.
This is the same issue as #59162, but the OP closed it because it was fixed for him (in 2019). The issue seems to have reappeared.