You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
daviwil
changed the title
Language server hangs when typing "describe" into script
Language server hangs when typing "Describe" into script
Jun 9, 2017
daviwil
added a commit
to daviwil/PowerShellEditorServices
that referenced
this issue
Jun 9, 2017
This change fixes a couple of issues with the new Pester CodeLens
feature. One is that the "Describe" function is not recognized when it
is not cased exactly like that and the other is that the language server
has an internal error that causes it to hang when typing Describe blocks
into a script.
ResolvesPowerShell/vscode-powershell#850ResolvesPowerShell/vscode-powershell#851
This change fixes a couple of issues with the new Pester CodeLens
feature. One is that the "Describe" function is not recognized when it
is not cased exactly like that and the other is that the language server
has an internal error that causes it to hang when typing Describe blocks
into a script.
ResolvesPowerShell/vscode-powershell#850ResolvesPowerShell/vscode-powershell#851ResolvesPowerShell/vscode-powershell#852
This change fixes a couple of issues with the new Pester CodeLens
feature. One is that the "Describe" function is not recognized when it
is not cased exactly like that and the other is that the language server
has an internal error that causes it to hang when typing Describe blocks
into a script.
ResolvesPowerShell/vscode-powershell#850ResolvesPowerShell/vscode-powershell#851ResolvesPowerShell/vscode-powershell#852
Small issue with the Pester CodeLens implementation, fix incoming.
The text was updated successfully, but these errors were encountered: