Skip to content

Commit eafcab6

Browse files
author
Andrew Hall
committed
Remove commented out code
1 parent 4cd8ef7 commit eafcab6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/razor/src/dynamicFile/dynamicFileInfoHandler.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,6 @@ export class DynamicFileInfoHandler {
9292
if (this.documentManager.isRazorDocumentOpenInCSharpWorkspace(vscodeUri)) {
9393
// Open documents have didOpen/didChange to update the csharp buffer. Razor
9494
// does not send edits and instead lets vscode handle them.
95-
// return new ProvideDynamicFileResponse(
96-
// { uri: virtualCsharpUri },
97-
// null,
98-
// csharpDocument.checksum,
99-
// csharpDocument.checksumAlgorithm,
100-
// csharpDocument.encodingCodePage
101-
// );
10295
return null;
10396
} else {
10497
// Closed documents provide edits since the last time they were requested since

0 commit comments

Comments
 (0)