Closed
Description
CodeRoad currently does not run on Windows. Quarantine has made it harder to test these things.
- configure git bash in the .vscode/settings.json. See an example below from https://dev.to/simbo1905/how-to-integrate-git-bash-with-visual-studio-code-on-windows-3217.
- Ensure that Git Bash is set as the default terminal when called child processes.
- Ensure that Git Bash exists
- Verify that all file paths use the
path.join(a, b, c)
format. - Check the
/vscode-resource
replace line in webview/render.ts . If the webview loads fine, this is likely not the cause.