mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 04:09:28 +00:00
incremental text documents cause perf isssues
This commit is contained in:
@@ -106,7 +106,7 @@ let languageService = getLanguageService({
|
||||
});
|
||||
|
||||
// Create a text document manager.
|
||||
const documents: TextDocuments = new TextDocuments(TextDocumentSyncKind.Incremental);
|
||||
const documents: TextDocuments = new TextDocuments();
|
||||
|
||||
// Make the text document manager listen on the connection
|
||||
// for open, change and close text document events
|
||||
|
||||
Reference in New Issue
Block a user