From af7cd27b3d1349d9dc6157ca78de4c903c9171bc Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Tue, 10 Oct 2017 11:02:41 +0200 Subject: [PATCH] typos --- lsp-multi-root-sample/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsp-multi-root-sample/README.md b/lsp-multi-root-sample/README.md index c3373dfe..40e3d281 100644 --- a/lsp-multi-root-sample/README.md +++ b/lsp-multi-root-sample/README.md @@ -1,6 +1,6 @@ # LSP Multi Root Example -A language server example that demonstrates how to handle configuration settings in a workspace that uses multi root folders. Since settings in VS Code in this setupare typically scoped to a resource the example reads the resource settings from the client using the new proposed API getConfiguration. This is analogous to a reading settings in a multi root folder setup directly in the extension host. +A language server example that demonstrates how to handle configuration settings in a workspace that uses multi root folders. Since settings in VS Code in this setup are typically scoped to a resource, the example reads the resource settings from the client using the new proposed API getConfiguration. This is analogous to reading settings in a multi-root folder setup directly in the extension host. The example uses proposed Language Server protocol. So the code demoed here might change when the final version of the configuration and workspace folder protocol is released.