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
I'm having issues getting Neoformat to run prettier on a file with a dollar sign in its filename. When I rename the file to not have a dollar sign, it runs properly.
Repro:
Make a file with name test.$id.tsx
Try to run :Neoformat in it
Fails with Neformat: formatters ./node_modules/bin/prettier, clang-format failed to run
Rename the file to test.id.tsx
Run :Neoformat
Works properly
Prettier cli also is able to properly run on this file if run directly from shell. My guess is that Neoformat is not properly escaping the $ character?
The text was updated successfully, but these errors were encountered:
I'm having issues getting Neoformat to run prettier on a file with a dollar sign in its filename. When I rename the file to not have a dollar sign, it runs properly.
Repro:
test.$id.tsx
:Neoformat
in itNeformat: formatters ./node_modules/bin/prettier, clang-format failed to run
test.id.tsx
:Neoformat
Prettier cli also is able to properly run on this file if run directly from shell. My guess is that Neoformat is not properly escaping the
$
character?The text was updated successfully, but these errors were encountered: