mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-22 03:09:13 +00:00
incremental text documents cause perf isssues
This commit is contained in:
@@ -33,7 +33,7 @@ process.on('unhandledRejection', (e: any) => {
|
||||
});
|
||||
|
||||
// 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
|
||||
documents.listen(connection);
|
||||
|
||||
Reference in New Issue
Block a user