Justin Grote

Results 874 comments of Justin Grote

Thanks for your submission! It's the philosophy of PowerShell Editor Services (PSES) and thusly the VSCode extension to be a UI/UX to existing functionality as much as possible, so that...

In my case the annotations aren't identical and they get duplicated anyways, here's a simple repro: https://github.com/actions/runner/issues/504#issuecomment-647903579

I built a lot of new AST utility functions for the rename provider, one of which can probably fix this issue.

@iSazonov this is for the devcontainers PR which I split out as a separate item. The problem exists that when Start-PSBuild -Clean is run, it does a `git clean -fdx`...

@iSazonov I understand that, but for example for my PowerShell tasks update from the currently broken `-Output` configuration: https://github.com/JustinGrote/PowerShell/blob/884d0416d7f73cb63273635aab469b728589541c/.vscode/tasks.json#L17 This would need to become `Import-Module '${workspaceFolder}/build.psm1'; Start-PSBuild -Clean; ` So...

> Could you please clarify which path VS Code uses? `./debug`? Correct, the path is configurable but not determinable at runtime. Here is the launch.json that needs to reference it....

@iSazonov I made it conditional because I didn't want to accidentally break any of the existing CI in places I can't directly test such as Azure Devops, and there are...

> Do you mean running a single specific test? Could you please add this to the description. Done.

@iSazonov still complaining about the missing tag.