microhobby / linuxkerneldev

Visual Studio Code extension to help find documentation, device tree matching on device driver source code, by compatible strings
MIT License
41 stars 9 forks source link

version 0.5 don't show any command in vscode #30

Closed xjy198903 closed 1 year ago

xjy198903 commented 1 year ago

version 0.5 don't show any command in vscode

flavioamieiro commented 1 year ago

I have the same issue. I'm running vs code version 1.74.3 and the extension in version 0.5.0:

2023-01-25-144658_1814x803_scrot

The runtime status tab in the extensions menu says _callBackShow is not a function:

2023-01-25-144915_1933x644_scrot

microhobby commented 1 year ago

Hi @flavioamieiro and @xjy198903, I was able to reproduce here, working in a fix. Thanks for the report.

microhobby commented 1 year ago

The v0.5.1 version with the fix are already published in VS Marketplace. Thanks!

flavioamieiro commented 1 year ago

@microhobby I can confirm v0.5.1 as installed from the VS Marketplace works perfectly on vscode version 1.75.0

Thank you very much for the fix!