Open alexgorbatchev opened 2 months ago
I think this is probably a bug. The extension doesn't try to resolve the setting relative to the project. The code is here, would you be able to clone the code locally and try a suitable detection mechanism?
I can probably figure out how to run it locally, yes :)
in my
.vscode/settings.json
:in terminal project root
VSCode output panel:
I was only able to bypass this error by specifying absolute path to
tilt
. This is not expected behaviour for thesettings.json
file, it should be able to work with paths relative toworkspaceFolder
.Am I doing something wrong here?