Skip to content

Commit 10ed841

Browse files
bmeurerDevtools-frontend LUCI CQ
authored andcommitted
[docs] Automatic Workspace folders feature is now enabled by default.
Bug: 395562934 Change-Id: If06bcf28f3a7252b7c0a42aca6f1136fd1412b7f Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6357470 Reviewed-by: Philip Pfaffe <[email protected]> Auto-Submit: Benedikt Meurer <[email protected]> Commit-Queue: Philip Pfaffe <[email protected]>
1 parent aa08064 commit 10ed841

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

docs/cookbook/devtools_on_devtools.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@ editing in your IDE (e.g. VS Code or Cider-G). With M-135, a new feature called
3737
[Automatic Workspace folders][automatic-workspace-folders-documentation] was
3838
introduced, which can be used to make debugging and developing DevTools easier.
3939

40+
As of 2025-03-16, the feature is enabled by default in M-136 and later version.
4041
Follow the steps [here](../ecosystem/automatic_workspace_folders.md#setup) to
41-
set up your Chrome or Chromium instance. Then in your `devtools-frontend`
42-
checkout, use
42+
set up your Chrome or Chromium instance for earlier versions of M-136 and M-135.
43+
44+
Then in your `devtools-frontend` checkout, use
4345

4446
```
4547
./third_party/chrome/chrome-linux/chrome \

docs/ecosystem/automatic_workspace_folders.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,10 @@ the origin of the inspected page is `localhost`.
6868

6969
## Setup
7070

71-
In M-135, which is in Canary channel at the time of this writing, and probably
72-
M-136 too, this feature is disabled by default. To use it, you need to turn on
73-
two feature flags in `about:flags`:
71+
In M-136, which is in Canary channel at the time of this writing, the relevant
72+
flags have been enabled by default (as of 2025-03-16). In earlier versions of
73+
M-136 and in M-135, this feature is disabled by default. To use it, you need to
74+
turn on two feature flags in `about:flags`:
7475

7576
- [chrome://flags#devtools-project-settings](chrome://flags#devtools-project-settings)
7677
- [chrome://flags#devtools-automatic-workspace-folders](chrome://flags#devtools-automatic-workspace-folders)

0 commit comments

Comments
 (0)