Justin Grote

Results 875 comments of Justin Grote

@flowchartsman totally forgot about devtools for this. I saw the same ![image](https://user-images.githubusercontent.com/15258962/110167858-33fc8980-7dab-11eb-9f54-04e307de072f.png)

Only workaround I'm aware of is revert the extension to a version prior to the issue.

@conwnet I would think maybe there's some way for me to specify some sort of configuration file (e.g. github1s.json) that you could just import as a sort of workspace.json? Great...

> > Please note that this would probably only work with JavaScript-based language servers (so that they can run in browser). For Python, that would be https://github.com/microsoft/pyright, for example. >...

@bergmeister related to this, simply redirecting to a file, a common operation which does not actually produce an output, triggers the info as a false positive ![image](https://user-images.githubusercontent.com/15258962/119567571-53c79c00-bd61-11eb-9365-6fe12435bd70.png) Workaround: Use Out-File...

Thanks for submitting! I think this needs to be done as a PSScriptAnalyzer rule which will be read as a formatter, you may need to submit there. @bergmeister?

I am in the `-not` camp, despite it being a terrible syntax in if statements. I would definitely turn on this rule on my project styles but this is one...

I had to fully disable the rule because I couldn't get a suppress attribute to work anywhere in this pester test (The UpdateGithubReleaseCommonParams gets used as a splat in future...

@jaykul A workaround is to set the variables in the BeforeAll at Script scope it seems.

Appreciate the feedback, and I'm aware of this aspect, hence why I was trying to limit the scope. Analysis across multiple files is an issue as mentioned, and the goal...