-
Notifications
You must be signed in to change notification settings - Fork 188
dap-firefox, dap-firefox-setup, extension/module is extracted but no script file #547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I am experiencing almost the same issue with
|
similar issue here. Contacting host: marketplace.visualstudio.com:443 |
I was able to manually download and unpack on the folder. Still testing it out. On initial try, Node-debug and firefox did not launch. Chrome launch but it doesn't look like its configured properly. |
I also ran into this for |
The solution for now is to copy the extension here and download it from the repo: https://github.com/emacs-lsp/lsp-server-binaries/ |
@yyoncho Can you add more description to your proposed solution? Im not understanding. |
Has anyone managed to get this solved? I downloaded the latest version of the extension (firefox-devtools.vscode-firefox-debug-2.9.8.vsix). I extracted the file and it gives me this:
There's nowhere I guess it's because github.com/firefoxide/vscode-firefox doesn't exist any more which is referenced in |
+1 on Originally posted by @woochica in #547 (comment) |
Same problem here. I've rebuild the firefox extension https://github.com/firefox-devtools/vscode-firefox-debug 2.9.7 version and rollback until 2.9.4 (2 years ago) with the Unfortunately, the alternative with dap-chrome (deprecated) seems not working too #369 |
I'm encountering the same issue. After analysis, we found that the plugin is downloaded from the following URL when calling the dap-xxx-setup: Root CauseThe reason for this could be that no plugin version is passed in any dap-xxx-setup, and the api no longer supports downloading extension files using the latest version. Lines 46 to 47 in 374fd05
execution process
The code for this can be found here: Lines 57 to 61 in 374fd05
For instance, when running the command dap-firefox-setup, the download URL is as follows:
However, downloading from the above URL results in an error, and we must explicitly specify a version and cannot use 'latest', as shown below:
Solution:When there is no version passed,
|
@nailuoGG for me pulling the latest version works well:
but the problem is that, regardless which version you fetch, none of them contain the |
Has anyone found the solution? none of the |
There's got to be a better way, but this is what I had to do to get it working With Firefox
With Brave
If you don't mind using Chrome of course don't do step 3 Note: I spent some time writing this comment and at some point
|
The error log is as follow, in
*Firefox::Run stderr*
emacs version: 28
dap-mode version: 20211117.1555
The text was updated successfully, but these errors were encountered: