Skip to content

Commit

Permalink
Update RefactLanguageClient.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
digital-phoenix authored Dec 29, 2023
1 parent da10582 commit 7254221
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MultilineGreyText/RefactLanguageClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,9 @@ public async Task<string> RefactCompletion(PropertyCollection props, String file
if(this.Rpc == null){
return null;
}

if (!ContainsFile(fileUri)){
return;
}
//catching server errors
try{
//args to send for refact/getCompletions
Expand Down

0 comments on commit 7254221

Please sign in to comment.