prettier / prettier-vscode

Visual Studio Code extension for Prettier
https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode
MIT License
5.03k stars 447 forks source link

ignorePath only accepts a string not an array #3341

Open jayredfin opened 1 month ago

jayredfin commented 1 month ago

Summary

As of this commit, prettier accepts multiple ignore paths. However, the ignorePath setting for this extension only accepts a single string.