mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
Update LSP multi server sample
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user