mcu-debug / peripheral-viewer

Standalone Peripheral(SVD) Viewer extension extracted from cortex-debug, now works with any debugger
MIT License
10 stars 5 forks source link

Not compatible with VS Code 1.70.2? #21

Closed joba-1 closed 1 year ago

joba-1 commented 1 year ago

Type: Bug Report

Describe the bug

To Reproduce Steps to reproduce the behavior: just try to install the extension... image

Expected behavior extension installs

joba-1 commented 1 year ago

Context: I'd like to use the Cortex-Debug extension to debug a raspberry pico, but installation depends on this one :(

joba-1 commented 1 year ago

fwiw: I downloaded the 1.4.6 release vsix, unzipped it, changed the required version in the manifest zipped the vsix again and installed it. So far, debugging seems to work... :)

MatthijsReyers commented 1 year ago

I have exactly this issue as well, I simply upgraded my vscode installation to the lastest version, but if there is no reason for the extension to force versions "^1.75.0" it might be worth downgrading it?

joba-1 commented 1 year ago

all available releases have the same minimum requirement.

But I must admit, the real problem for me was that the repository refresh was turned off for the vs code repo. Now it is on and I am at code v1.82.2. All good :)