Skip to content

Commit f9ab558

Browse files
committed
Support inmemory schema
Used by the `MonacoLanguageClient`. Because it has no real file backing, we had to check that no file was returned in the prior commit.
1 parent fcf2ee7 commit f9ab558

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PowerShellEditorServices/Services/Workspace/WorkspaceService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ public bool TryGetFile(DocumentUri documentUri, out ScriptFile scriptFile)
192192
{
193193
// List supported schemes here
194194
case "file":
195+
case "inmemory":
195196
case "untitled":
196197
case "vscode-notebook-cell":
197198
break;

0 commit comments

Comments
 (0)