-
Notifications
You must be signed in to change notification settings - Fork 13
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
Malformed vscode URL #1058
Comments
Good catch. How did you even find this? Rapidoc at this point is undocumented and broken. I should remove that code altogether. (If you'd rather me keep Rapidoc in and fix it, let me know. :)) |
I found it when i tried to click on the path names on the counterfact page - http://localhost:3100/counterfact/ |
Oh, I mixed up the correct and incorrect. I'll fix it. Thanks! |
pmcelhaney
added a commit
that referenced
this issue
Oct 15, 2024
fix vscode link on windows - fixes #1058
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I encountered some issues trying to launch IDE from the main page. Note: I am running on Windows.
Incorrect:
counterfact/src/client/index.html.hbs
Line 233 in 412bb8b
vscode://file
(missing trailing slash)Correct:
counterfact/src/client/rapi-doc.html.hbs
Line 24 in 412bb8b
vscode://file/
(trailing slash)The text was updated successfully, but these errors were encountered: