$PSVersionTable:Name Value
---- -----
PSVersion 5.1.14393.206
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.14393.206
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
When you rename a file, the syntax errors don't get cleaned up. Over time, you end up accumulating a large number of reported errors, that don't actually exist. When you click on one of these errors in a non-existent file, VSCode asks if you want to create the file.


Cheers,
Trevor Sullivan
Docker Captain
Microsoft MVP: Cloud & Data Center Management
https://trevorsullivan.net
https://twitter.com/pcgeek86
Hmmm, interesting. I've seen VS Code not be very thorough about cleaning up warning/errors but maybe we're causing this somehow. I'll look into it, thanks!
I have seen this too. A restart seems to clear.
Verified the issue, I suspect this is due to using a sorely outdated version of vscode-languageclient. I'll check on this again after we update to the latest version.
I am having trouble re-producting this issue and am guessing it has been fixed. Will re-open if it is still an issue.