Update LSP multi server sample

This commit is contained in:
Dirk Baeumer
2018-02-20 11:01:40 +01:00
parent 6ad0f2400c
commit db9bb2c460
8 changed files with 2475 additions and 37 deletions

View File

@ -9,8 +9,8 @@ import {
// Creates the LSP connection
let connection = createConnection(ProposedFeatures.all);
// Create a manager for open text documents
// Create a manager for open text documents
let documents = new TextDocuments();
// The workspace folder this server is operating on