nicollasricas / vscode-deck

Enables Stream Deck integration with Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=nicollasr.vscode-streamdeck
MIT License
81 stars 11 forks source link

cannot connect on macOS #57

Closed notrobpike closed 2 weeks ago

notrobpike commented 2 weeks ago

macOS Sonoma 14.6.1 (latest) on M2 VS Code 1.92.2 (latest) Stream Deck 6.7.1 (latest) Stream Deck VSCode plugin 5.1.2 (latest?) Stream Deck Firmware 1.03.000 (latest)

Fresh install on a machine that never had stream deck or the plugin installed. I downloaded 4.1.5 from github but the Stream Deck app reports it as 5.1.2. (On an intel where I installed it years ago it is reported as 5.1.3!)

VSCode just shows Connecting and the log stream is a continuous connect attempt. nc localhost 48969 errors out and lsof -i :48969 shows nothing listening (neither the plugin nor a conflicting app). On the working intel mac, lsof shows that it is the plugin that is listening. I've rebooted after installing and still, no listener.

notrobpike commented 2 weeks ago

Figured it out, the 5.1.2 vs 5.1.3 was the hint I needed.

The link to "latest version" in this repo contains the SD plugin version 5.1.2 (and VSC extension 4.1.5 I guess). However there is another repo for the SD plugin itself. That repo contains 5.1.3 of the plugin.

Version 5.1.2 💣 Version 5.1.3 🚀