You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you start a new workspace with a URL that contains the `existing` URL parameter specifying an existing workspace name, the existing workspace created from the same URL is opened. If no workspace from the same URL exists yet, a new workspace is created.
10
+
If you start a new workspace with a URL that contains the `existing` URL parameter specifying an existing workspace name, the existing workspace created from the same URL is opened.
11
+
12
+
When specifying the `existing` URL parameter, several situations may arise:
13
+
14
+
1. No workspaces created from the same URL, and a new workspace is created.
15
+
16
+
2. The specified existing workspace name may not match any existing workspaces, and a warning will appear, in which you will need to select one of the following actions:
17
+
- Create a new workspace.
18
+
- Select an existing workspace to open.
19
+
20
+
3. The specified existing workspace name may match one of the existing workspaces created from the same URL; the existing workspace is opened.
11
21
12
22
[NOTE]
13
23
====
14
-
If you create multiple workspaces from the same URL, the specified existing workspace name will be preferred.
24
+
To create multiple workspaces from the same URL, you can use the `new` URL parameter:
0 commit comments