I have Prettier
extension installed in my VS Code
. Up until the last update everything worked fine, and now I am prompted with this question:
The Prettier extension will use 'node_modules/prettier/index.js' for validation, which is installed locally in folder 'my_project_folder'. Do you allow the execution of the Prettier version including all plugins and configuration files it will load on your behalf?
Press 'Allow Everywhere' to remember the choice for all workspaces.
If I decline it, the Prettier
formatting will not work.
Why am I prompted with this since I have Prettier installed as an Extension and not as npm package?