You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On 1.7.1 using Stylua 2.0. I found #915 but this doesn't seem to be the same thing. If I open vscode from the Windows start menu (which pulls up your last open workspace) stylua.toml is ignored. If I open it with code . in the working directory of the project, it works fine.
The text was updated successfully, but these errors were encountered:
Sorry for the delay in responding here. I wasn't able to reproduce this particular problem.
If you open the "Output" tab for StyLua, and switch it to view Debug logs, it should print out the commands that are getting run. Is the 'stdin-filepath' that gets provided correct? My only other thought is the CWD is not correct when running
A quick attempt at a repro says I can no longer repro. Closing for the obvious reasons. I'll open something with more info if this shows up again and I can reproduce it. Sort of half guessing either major human error, or VSCode fixing something on their side.
On 1.7.1 using Stylua 2.0. I found #915 but this doesn't seem to be the same thing. If I open vscode from the Windows start menu (which pulls up your last open workspace) stylua.toml is ignored. If I open it with
code .
in the working directory of the project, it works fine.The text was updated successfully, but these errors were encountered: