-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support for workingDirectories to the 'lint whole folder' task #1861
base: main
Are you sure you want to change the base?
Conversation
Nice work. Wasn't aware the |
But what I found out now is that |
And |
@Tiberriver256 any thoughts on the above comments. |
Yes :( sadly older versions of PowerShell do not have this capability. Newer versions of PowerShell core do have support for it. We could look into using
This is correct. Was a royal pain when I was testing it out locally to make sure I had run npm install in all my folders before it would run right.
Overall... feels flakey... I kinda want instead of one mega task, one task per folder. Instead of seeing this:
I would see:
What do you think? |
I will talk to the task developer in VS Code to see what we can do here. |
Here is an idea you could experiment with:
Let me know how it goes |
Nice! I'll give it a go. |
Fixes: #633