Azure / azure-powershell-migration

Tools and resources to help migrate PowerShell scripts between incompatible versions of Az and AzureRM modules
MIT License
35 stars 18 forks source link

Fix issue #62 to show the correct status of the PowerShell console #67

Closed chenlei-yang closed 4 years ago

chenlei-yang commented 4 years ago

Fix issue #62. This issue is because the language server doesn't have GetVersionHandler, but the extension sends a request to get the version. So it will fail and the extension not change its status. To fix that, I add GetVersionHandler to the language server.