Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This "sorta" fixes #182
Better than failing completely but stiill wrong so I need a hint how to do this properly:
This one should work (does with this pr)
This one should not work (but still does with this pr). Seems like
/n/n
leads toAn empty pipe element is not allowed.
error on pipe character in vscode/pwsh.
I tried to play with
new_line_char
instead ofnls
but no matter what I do it does still parse it as nls. Basically I want to check if there is a thing sorta likenls
but should only have exactly 1 line feed (nls
allows however many of those). Can you help me with that?Also, a small qol improvement: using -NoProfile flag when starting pwsh to get module version. Fails on my machine due to some extensions loading first. We want to avoid that by launching pwsh witn no profile