-
-
Notifications
You must be signed in to change notification settings - Fork 513
Plugin support? #395
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestlockedLocked due to inactivityLocked due to inactivity
Milestone
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestlockedLocked due to inactivityLocked due to inactivity
Hi guys,
I'm curious if there is anything missing in
prettier-vscodeto support plugins. After locally installingprettierandprettier-plugin-elm(which I developed myself 😃 ), the plugin works from the command line, but not in the editor. In particular, pressingoption+shift+fwhile editing a markdown file, does not format```elmcode blocks. Runningyarn prettier same-file.mdfrom the terminal does this job perfectly.What could be causing the issue? Can it be that the way prettier is spawned does not let it search for
prettier-plugin-*innode_modules?UPD: Same issue in prettier/prettier-atom#395 (even the same id 😄)