imlinhanchao / vsc-serialport-helper

VSCode Serial Port Extension. You can connect any serial port used to read / write data.
https://marketplace.visualstudio.com/items?itemName=hancel.serialport-helper
MIT License
31 stars 7 forks source link

command 'serialport.refreshEntry' not found #15

Closed heartacker closed 2 years ago

heartacker commented 2 years ago

image

heartacker commented 2 years ago

版本: 1.66.0-insider (system setup) 提交: 3e5c7e2c570a729e664253baceaf443b69e82da6 日期: 2022-03-14T05:15:38.097Z Electron: 17.1.1 Chromium: 98.0.4758.109 Node.js: 16.13.0 V8: 9.8.177.11-electron.0 OS: Windows_NT x64 10.0.22572

名称: Serial Port Helper ID: hancel.serialport-helper 说明: Serial Port Debug Tool 版本: 0.0.13 发布者: Hancel.Lin VS Marketplace 链接: https://marketplace.visualstudio.com/items?itemName=hancel.serialport-helper

rs-11 commented 2 years ago

I have the same issue. Could not found a solution yet. Has anyone solved the problem?

YannChansigaud commented 2 years ago

Same issue for me, no solution

josephfemia commented 2 years ago

I have also had the same issue.

imlinhanchao commented 2 years ago

@rs-11 @YannChansigaud @josephfemia give me your electron version. You can check it in Help > About .

heartacker commented 2 years ago

OK now

josephfemia commented 2 years ago

Version: 1.66.0 (user setup) Commit: e18005f0f1b33c29e81d732535d8c0e47cafb0b5 Date: 2022-03-30T05:50:14.623Z Electron: 17.2.0 Chromium: 98.0.4758.109 Node.js: 16.13.0 V8: 9.8.177.11-electron.0 OS: Windows_NT x64 10.0.22581

imlinhanchao commented 2 years ago

@josephfemia update to 0.0.15 will work.

josephfemia commented 2 years ago

@imlinhanchao How do I do that?

imlinhanchao commented 2 years ago

@josephfemia restart vscode, it will auto update.

josephfemia commented 2 years ago

Thank you!!!