-
-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Thanks for the work on this extension!
I followed the instructions for configuration (directly copied what's in the readme) on 0.4.1, and as expected, formatting worked perfectly. However, as I adjusted settings in my oxfmtrc, they don't seem to take effect when formatting in the editor (e.g., semi set to true, printWidth set to 100, etc). Running oxfmt using npm run works fine and respects the settings as expected.
Seeing as others aren't reporting this, one thing I'm suspect of is that I'm using Zed in "remote development" mode against a remote server. Has this extension been tested in that scenario? Perhaps the LSP is not properly finding the oxfmtrc config in the remote environment?
Let me know what details I can provide to debug this further.