-
Notifications
You must be signed in to change notification settings - Fork 5
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
Not working when using SSH remote #35
Comments
Hi @OiYouYeahYou , Thanks for reaching out. Actually I didn't try out the remote dev feature till last week :( I will properly take a look into this later this month. |
Thank you for the reply, I hope it's an easy bug to fix 😄 |
Hi @OiYouYeahYou , I have identified the root cause of the issue. It looks like the config, Therefore, if you have prior custom path config on the local machine, this could break the extension on the remote host (unlike the default setting, it's just I would suggest creating a workspace settings on the remote host with
{
"hadolint.hadolintPath": "/home/ubuntu/.bin/hadolint"
} In terms of the fix, unless |
Can I point it to |
I am using the VSC Remote Development extension to develop in a VM. I have built and installed hadolint on that VM. The binary is here
/home/jason/.local/bin/hadolint
and is on the path.But the extension is unable to find the binary
Error:
I had suspected that the extension is looking for the binary on my client instead of host. But the extension is running in the VM so I'm puzzled. The folloing is the error on a clean test user on the same VM to at least prove that the extesnion is on the VM not client
Error:
The text was updated successfully, but these errors were encountered: