From 21a4173189c73a866983496c4cb8b75eda2d4148 Mon Sep 17 00:00:00 2001 From: Jonas Scheffner Date: Fri, 27 Sep 2019 08:42:32 +0200 Subject: [PATCH] add readme content --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 1728bf4..2620a4b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # Workspace Terminals +Opens terminals for each workspace folder and names them so you don't lose track. + +[Multi-root workspaces](https://code.visualstudio.com/docs/editor/multi-root-workspaces) are great tools to work on related projects at the same time. However, it is easy to lose track of the opened terminals since the terminal name doesn't mention the project they belong to. **Workspace Terminals** comes to your rescue: As soon as you enter a multi-root workspace it'll open terminals for each of them and names them so you can easily find the one you need. + +## + +Per default, **Workspace Terminals** will open a terminal per workspace folder if you are in a multi-root workspace. It'll check for changes every time you start VS Code, add a folder to the workspace or open a workspace. + +If you don't want to automatically open terminals, set the `workspace-terminals.auto` setting to `never`. You can use the command `> Open Workspace Terminals` to trigger the behavior manually. + +If you want to automatically open a terminal even for single-root workspaces, set the `workspace-terminals.auto` setting to `always`. \ No newline at end of file