From 0fdbdbbd1c4134ded0db599928117878d91bd66b Mon Sep 17 00:00:00 2001 From: Daniel Alejandro Cast Date: Tue, 2 Oct 2018 03:50:05 -0500 Subject: [PATCH] Update framework.rst --- reference/configuration/framework.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 2be0b0e59c9..ff6c076c97e 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -261,8 +261,8 @@ ide Symfony turns file paths seen in variable dumps and exception messages into links that open those files right inside your browser. If you prefer to open those files in your favorite IDE or text editor, set this option to any of the -following values: ``phpstorm``, ``sublime``, ``textmate``, ``macvim``, ``emacs`` -and ``atom``. +following values: ``phpstorm``, ``sublime``, ``textmate``, ``macvim``, ``emacs``, +``atom`` and ``vscode``. .. note::