From a2f24cb3f83bd7867f4cd1f263d04fdababf8f1d Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Thu, 9 Nov 2017 16:13:25 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ee021e..b25680e 100644 --- a/README.md +++ b/README.md @@ -206,4 +206,4 @@ To debug with xDebug ensure that you have this set as an environment variable COMPOSER_ALLOW_XDEBUG=1 -This allows the php-language-server to not force restart while xdebug is enable +This tells the Language Server to not restart without XDebug if it detects that XDebug is enabled (XDebug has a high performance impact).