I have a variety of project types I work with and this extension seems to automatically modify the workspace's .vscode/settings.json file. It's adding this line specifically:
"laravel-pint.enable": true
It would be nice to either:
Remove this functionality
Hide it behind a config option and set it in my user settings to not offer to modify my workspace settings every time I open a project.
I have a variety of project types I work with and this extension seems to automatically modify the workspace's
.vscode/settings.json
file. It's adding this line specifically:It would be nice to either: