Tom Pye

Results 9 comments of Tom Pye

@andrewmartin ```json { "version": "0.2.0", "configurations": [ { "name": "Next.js: debug server-side", "type": "node-terminal", "request": "launch", "command": "npm run dev --turbo" }, { "name": "Next.js: debug client-side", "type": "chrome", "request":...

I see there's a PR currently for this (#481) , is it going to get accepted in the near future or should I just add the changes myself for now?

I don't mind testing it out, please bear with me end of the month is hectic but I will update the PR with my findings when I'm done👍

if your using secret vars you will need to change the pwsh task to the full task and set the secret pipeline variable as a environment variable in the script...

@kuroboshi Did you manage to get to the bottom of this?

Ok so I looked into this for you, and I'm not sure if its by design or not but... The issue is that your not providing a path so it...

@merill looking at the code we might have a simpler solution already. If you look at the following snippet from Update-MaesterTests ```pwsh $MaesterTestsPath = Get-MtMaesterTestFolderPath if (-not (Test-Path -Path $MaesterTestsPath))...

> > @merill looking at the code we might have a simpler solution already. > > We could just update `Get-MtMaesterTestFolderPath` to accept a path param and default to `psscriptroot`...

Hi @merill, I would love to help with this. It is something I've wanted to learn for our own internal reports. I cant make any promises but if you let...