We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de7ca8 commit 752074bCopy full SHA for 752074b
src/CompletionPredictor.cs
@@ -26,6 +26,7 @@ internal CompletionPredictor(string guid)
26
{
27
_guid = new Guid(guid);
28
_runspace = RunspaceFactory.CreateRunspace(InitialSessionState.CreateDefault());
29
+ _runspace.Name = nameof(CompletionPredictor);
30
_runspace.Open();
31
32
PopulateInitialState();
0 commit comments