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
This change resolves a general class of issues around code completions
coming from the language service. The JSON protocol allows the language
server to specify the range of code that will get replaced by a completion
item. Previously this range was being computed incorrectly. We now use
the replacement range given by the PowerShell API.
This also resolves PowerShell/vscode-powershell issues 45 and 12
0 commit comments