Skip to content
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

cdt-gdb-vscode's debug adapter path looks incorrect #104

Closed
jonahgraham opened this issue Oct 30, 2023 · 4 comments · Fixed by #105
Closed

cdt-gdb-vscode's debug adapter path looks incorrect #104

jonahgraham opened this issue Oct 30, 2023 · 4 comments · Fixed by #105

Comments

@jonahgraham
Copy link
Contributor

The v0.0.104 version of the extension recently published doesn't work, my guess on quick inspection is this line is wrong:

"program": "./node_modules/cdt-gdb-adapter/dist/debugAdapter.js",

@colin-grant-work this seems to be a regression due to #96

@jonahgraham
Copy link
Contributor Author

I think ccd5af4 which was supposed to have been in PR #96 didn't make it back to the PR following ccd5af4#r126102818?

@colin-grant-work
Copy link
Contributor

Looks like you're right. Apologies for the double mixup.

@jonahgraham
Copy link
Contributor Author

No worries - I think I tested it just by running in dev environment so didn't see the problem. Before I publish the next version I will try creating a full vsix and install in a clean location.

@jonahgraham
Copy link
Contributor Author

I have tagged the version with the fix as v0.0.105 that should be published overnight. I have asked (EclipseFdn/open-vsx.org#2171) how this happens as I am not confident that I have reproduced how this gets published.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants