David Wilson

Results 228 comments of David Wilson

Scoped variables never really worked before, that's an area we need to improve upon pretty soon. Planning to do that as part of the module-wide analysis effort. I'll mark it...

Interesting, I haven't seen that before! That'd be really useful if possible. I found this info about how it works in Visual Studio: https://blogs.msdn.microsoft.com/visualstudioalm/2013/06/27/seeing-function-return-values-in-the-visual-studio-2013-debugger/

Current work is in branch `daviwil/plaster-template-type`.

I think it'd be even more necessary if we dropped PS3/4 because we would need a way to allow the user to write scripts for PS3/4 without that version of...

Definitely still worth doing, but I dunno if you can dynamically register context menu items. VS Code likes to have everything statically registered in the package.json, so it may not...

Hey Nicholas, you don't really need to set up PSES to get started using the `$psEditor` API, you can actually do it using the version of PSES that comes with...

Maybe you were running the script in the debugger? Currently the `$psEditor` stuff isn't loaded when scripts are being executed in the debugger.

I think we'll be back to that style of development soon!

Not exactly as relevant as it was previously. My plan for the upcoming ide-powershell extension in Atom is to download PSES releases dynamically without shipping a bundled PSES, but I...

That's what I'll end up doing. I'm going to be doing a big refactoring of the PSES codebase once I get 0.10.0 out, part of that will be restructuring the...