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 4cd8ef7 commit eafcab6Copy full SHA for eafcab6
src/razor/src/dynamicFile/dynamicFileInfoHandler.ts
@@ -92,13 +92,6 @@ export class DynamicFileInfoHandler {
92
if (this.documentManager.isRazorDocumentOpenInCSharpWorkspace(vscodeUri)) {
93
// Open documents have didOpen/didChange to update the csharp buffer. Razor
94
// 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
- // );
102
return null;
103
} else {
104
// Closed documents provide edits since the last time they were requested since
0 commit comments