Skip to content

Commit 5f78c25

Browse files
Update docs/Configuration.md
Co-authored-by: John Murray <[email protected]>
1 parent e3e2664 commit 5f78c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ VS Code settings enable you to customize various aspects of its behavior. The In
1515

1616
VS Code has a concept of a [workspace](https://code.visualstudio.com/docs/editor/workspaces), which is a set of directories you want to use when you're working on a particular project. In the simplest setup when you are working within a single directory, a VS Code workspace is just the root folder of your project. In this case you keep workspace-specific settings in two files inside a `.vscode` directory located at the root of your project. Those two files are `settings.json`, which contains most configuration settings, and `launch.json`, which contains debugging configurations.
1717

18-
Here is the simplest `settings.json` file contents:
18+
Here is the simplest `settings.json` file content for an ObjectScript project:
1919

2020
{: #code-workspace-simple}
2121

0 commit comments

Comments
 (0)