From bd8212861a4fe52f9b73d4beb382556726cbcfb1 Mon Sep 17 00:00:00 2001 From: cshesse <48501609+cshesse@users.noreply.github.com> Date: Sat, 30 Nov 2019 10:50:30 -0800 Subject: [PATCH] Update configuration.md --- docs/configuration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 17a5e4921..ceca3bc6d 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1,6 +1,8 @@ # Pyright Configuration -Pyright offers flexible configuration options specified in a JSON-formatted text configuration. By default, the file is called "pyrightconfig.json" and is located within the root directory of your project. Relative paths specified within the config file are relative to the config file’s location. Paths with shell variables (including `~`) are not supported. +Pyright offers flexible configuration options specified in a JSON-formatted text configuration. By default, the file is called "pyrightconfig.json" and is located within the root directory of your project. Multi-root workspaces ("Add Folder to Workspace..."), are supported and each workspace root can have its own "pyrightconfig.json" file. + +Relative paths specified within the config file are relative to the config file’s location. Paths with shell variables (including `~`) are not supported. ## Master Pyright Config Options