Goz3rr / vscode-glualint

glualint for vscode
https://marketplace.visualstudio.com/items?itemName=goz3rr.vscode-glualint
MIT License
7 stars 4 forks source link

Fails to work when editing code on a remote repository #10

Closed Zubbbz closed 2 years ago

Zubbbz commented 2 years ago

Video of the problem

Goz3rr commented 2 years ago

Thanks for the report, seems like this was caused by the remote repository extension using virtual workspaces. I've published version 0.8.0 which will work with vfs.

Please note that due to the way the virtual filesystem works it's not possible to set the working directory for glualint and thus it will not be able to find any config files in your repo. There is nothing I can do about this. You can either check the repo out fully or put the config file in your home folder.