File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ export class RazorDocumentManager implements IRazorDocumentManager {
245
245
const csharpProjectedDocument = projectedDocument as CSharpProjectedDocument ;
246
246
247
247
// If the language server is telling us that the previous document was empty, then we should clear
248
- // ours out. Hopefully outs would have been empty too, but there are cases where things get out of
248
+ // ours out. Hopefully ours would have been empty too, but there are cases where things get out of
249
249
// sync
250
250
if ( updateBufferRequest . previousWasEmpty && projectedDocument . length !== 0 ) {
251
251
this . telemetryReporter . reportBuffersOutOfSync ( ) ;
@@ -288,7 +288,7 @@ export class RazorDocumentManager implements IRazorDocumentManager {
288
288
const htmlProjectedDocument = projectedDocument as HtmlProjectedDocument ;
289
289
290
290
// If the language server is telling us that the previous document was empty, then we should clear
291
- // ours out. Hopefully outs would have been empty too, but there are cases where things get out of
291
+ // ours out. Hopefully ours would have been empty too, but there are cases where things get out of
292
292
// sync
293
293
if ( updateBufferRequest . previousWasEmpty && projectedDocument . length !== 0 ) {
294
294
this . telemetryReporter . reportBuffersOutOfSync ( ) ;
You can’t perform that action at this time.
0 commit comments