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
Fix#323: DSC IntelliSense can cause language service to crash
This change fixes an issue which appears sometimes when getting
IntelliSense results within a DSC resource. The completion results return
a replacement range of -1 which causes an exception in our BufferRange
class. This fix catches and logs this exception so that the session may
continue.
Also fixesPowerShell/vscode-powershell#391.
0 commit comments