Justin Grote

Results 874 comments of Justin Grote

@isra-fel thanks for your submission! Can you reproduce this in PowerShell 7? 5.1 has no ability to isolate dependencies, so if two modules load different versions of the same assembly...

That's a limitation of PS5.1, there's not much we can do in that regard because if we downgrade newtonsoft json to match PSSA, it breaks compatibility with other things. Our...

Hit this using mantine as well, since they switched to separate CSS rather than emotion-based. hardcoded JSDelivr workaround for now.

This ended up being a dealbreaker for me so I switched to vite+crjx from plasmo since plasmo doesn't have much in the way of customizability. In vite I had to...

Thank you for your submission! It is certainly possible to expose these via the Outline, we would probably make it an opt-in parameter. Marking this as `Up For Grabs` and...

@andyleejordan right, I just figured we should be consistent if we light it up in the documentsymbolhandler, the symbol as presented to the user should be consistent. We can probably...

These "presets" are a PSES concept and not a scriptanalyzer concept. They are defined here: https://github.com/PowerShell/PowerShellEditorServices/blob/42d13997e346de4601a08b7ab04a5207656ae1dd/src/PowerShellEditorServices/Services/Workspace/LanguageServerSettings.cs#L218-L247 So a PR could be fairly straightforward to just add a new entry to...

This would probably end up being a bug farm, but as a workaround, you can run `Open Extensions Folder` in the command palette, then go to ms-vscode.powershell/modules folder and remove...