Justin Grote

Results 874 comments of Justin Grote

Right now multi-repo "support" is done by simply running the command multiple times with a different `Source`. The architecture makes this a little more difficult to implement and also do...

@wsmelton by design, you are not supposed to have all module dependencies stored in the same repository as the module. Publish-Module/Publish-PSResource enforces this, so I'm not sure how you ended...

OK but is there no way to access the existing styling and colors for the light and dark themes? Do I have to hardcode the values based on what it...

Thank you for reporting! Do you have `Semantic Highlighting` enabled? The PowerShell language in vscode is a little unique in that it has a default textmate grammar that is built...

Interesting, thanks for the further investigation! I'm not aware of the effect of the sticky scroll models so will need to determine if this is expected behavior or not.

So after investigation, `foldingProviderModel` is what you want, because our LSP provides that folding information. The outline information model goes by symbols in the outline view on the right, so...

@o-l-a-v to answer your question, the first line is no longer relevant, but powershell.trace.server is, it's configurable in the options menu now, it's not a "hidden" setting, and the logging...

The new logging has different log levels that unify with VScode. You need to set your log level to debug or trace in vscode for the ps extension (or globally)....

The trace level stuff doesn't surface to the PowerShell level. Format on save basically just calls Invoke-ScriptAnalyzer with the appropriate params. Is this a large file? Does Invoke-ScriptAnalyzer with the...