f5devcentral / vscode-f5

Let the F5 VSCode extension supercharge your workflows with schema validation, rest client, fast templates, and so much more!!!
https://f5devcentral.github.io/vscode-f5/#/
Apache License 2.0
59 stars 14 forks source link

v3.14.0: Failed to activate extension #231

Closed jessed closed 1 year ago

jessed commented 1 year ago

Extension Runtime status is "Not yet activated". OS: MacOS Ventura 13.5.2 This issue occurred

Debug tools show the following error: " Failed: dlopen(/Users/~username~/.vscode/extensions/f5devcentral.vscode-f5-3.14.0/node_modules/keytar/build/Release/keytar.node, 0x0001): tried: '/Users/~username~/.vscode/extensions/f5devcentral.vscode-f5-3.14.0/node_modules/keytar/build/Release/keytar.node' (not a mach-o file) "

Confirmed that the file is not Mach-O: " file keytar.node keytar.node: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=49f7c16404c6bc89121aa5d139c6ecbefd491c85, stripped "

I have uninstalled the extension, manually removed the extension directory, and reinstalled the extension, but the issue persists. Please let me know if additional information is required.

Nielszy commented 1 year ago

I experience the same behavior. OS: MacOS 13.6 (22G120)

jmcalalang commented 1 year ago

dup of #229

jessed commented 1 year ago

The most recent prior release I seems to be able to install was from July, and that version experienced the same issue. After it failed I thought this must be a different issue, hence the new issue.

If I went about installing the prior version incorrectly, would you be able to link to instructions for doing it the right way? The failure of this extension is quite impactful for me.

DumpySquare commented 1 year ago

Sorry for the problems. This certainly seems to be related to the latest vscode versions. I'm hearing that version 2.82.3 from April is working. Might need to go back a little further. I will be looking into this soon

jmcalalang commented 1 year ago

i can confirm the august version is working.

image

jessed commented 1 year ago

I did not realize it was the version of VS Code that you were referring to.