Skip to content

Commit 752074b

Browse files
authored
Set the predictor Runspace name (#16)
1 parent 5de7ca8 commit 752074b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CompletionPredictor.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ internal CompletionPredictor(string guid)
2626
{
2727
_guid = new Guid(guid);
2828
_runspace = RunspaceFactory.CreateRunspace(InitialSessionState.CreateDefault());
29+
_runspace.Name = nameof(CompletionPredictor);
2930
_runspace.Open();
3031

3132
PopulateInitialState();

0 commit comments

Comments
 (0)