PowerShell / PowerShellEditorServices

A common platform for PowerShell development support in any editor or application!
MIT License
623 stars 214 forks source link

Fix `IsExternalInit` bug, re-enable tests, and update OmniSharp to v0.19.7 #1953

Closed andyleejordan closed 1 year ago

andyleejordan commented 1 year ago

This re-enables the tests that were disabled in https://github.com/PowerShell/PowerShellEditorServices/pull/1946. They pass against a local build of O# with this PR: https://github.com/OmniSharp/csharp-language-server-protocol/pull/895.

andyleejordan commented 1 year ago

I expect these tests to fail as they originally did until this PR can include a v0.19.7 update of OmniSharp 😢

andyleejordan commented 1 year ago

Yay! David got v0.19.7 out and now we can merge this!