Skip to content

Commit 91bf5c8

Browse files
Update docs/Configuration.md
Co-authored-by: John Murray <[email protected]>
1 parent 9e94119 commit 91bf5c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/Configuration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ Note that `"configurations"` is an array, so you can define multiple configurati
102102

103103
If your project requires more than a single root folder, you need to use a feature called multi-root workspaces. See [Multi-root Workspaces](https://code.visualstudio.com/docs/editor/multi-root-workspaces) in the VS Code documentation.
104104

105-
Since you have more than one root folder, settings are stored in a file with a `*.code-workspace` suffix. The file can have any name followed by *.code-workspace*, for example `test.code-workspace`. This file can be located anywhere. The `*.code-workspace` file stores information about what folders are in the workspace, and may also store other settings that would otherwise be stored in `settings.json` or `launch.json`. Settings in a folder's `.vscode/settings.json` or `.vscode/launch.json` will override those in the `*.code-workspace` file, so be careful to use one or the other unless you truly need to leverage this flexibility. You can have a workspace file even if you are only working with a single root folder. Indeed, if you are [working server-side](../serverside/) you will always be using a workspace file.
105+
In this case settings are stored in a file with a `*.code-workspace` suffix. The filename's extension must be *.code-workspace*, for example `test.code-workspace`. This workspace file can be located anywhere. It defines what root folders the workspace consists of, and may also store other settings that would otherwise be stored in `settings.json` or `launch.json`. Settings in a root folder's `.vscode/settings.json` or `.vscode/launch.json` will override those in the workspace file, so be careful to use one or the other unless you truly need to leverage this flexibility.
106+
107+
You can have a workspace file even if you are only working with a single root folder. Indeed, if you are [working server-side](../serverside/) you will always be using a workspace file.
106108

107109
To edit **InterSystems ObjectScript** extension settings in a `*.code-workspace` file in VS Code, open the workspace using **File > Open Workspace...**, select **File > Preferences > Settings** (**Code > Preferences > Settings** on Mac) and select the Workspace tab. Search for **objectscript: conn**, and click on *Edit in settings.json*. VS Code opens the `*.code-workspace` file for that workspace.
108110

0 commit comments

Comments
 (0)