We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm new to dap, I don't know too much, but it seems that jsnode should have ${workspaceFolder}/${file} in program
jsnode
${workspaceFolder}/${file}
This is the error:
Error on launch: Attribute 'program' is not absolute ('{path}'); consider adding '${workspaceFolder}/' as a prefix to make it absolute.
The text was updated successfully, but these errors were encountered:
Should be working now.
Sorry, something went wrong.
I tried and it works!
Awesome! Now we can mark it as tested :)
tested
No branches or pull requests
I'm new to dap, I don't know too much, but it seems that
jsnode
should have${workspaceFolder}/${file}
in programThis is the error:
Error on launch: Attribute 'program' is not absolute ('{path}'); consider adding '${workspaceFolder}/' as a prefix to make it absolute.
The text was updated successfully, but these errors were encountered: