Skip to content

Commit f32c639

Browse files
bmeurerDevtools-frontend LUCI CQ
authored and
Devtools-frontend LUCI CQ
committed
[docs] We recommend UUID v4 for devtools.json.
Bug: 395562934 Change-Id: Ic6885e06873090b94c135df81ed85d8c1827eac8 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6440429 Auto-Submit: Benedikt Meurer <bmeurer@chromium.org> Reviewed-by: Philip Pfaffe <pfaffe@chromium.org> Commit-Queue: Philip Pfaffe <pfaffe@chromium.org>
1 parent 38c19c1 commit f32c639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ecosystem/automatic_workspace_folders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ directory in `/Users/foo/bar`, then you could can accomplish the setup via:
102102
```
103103
cd /Users/foo/bar
104104
mkdir -p .well-known/appspecific
105-
echo "{\"workspace\":{\"root\":\"${PWD}\",\"uuid\":\"`npx --package uuid uuid v1`\"}}" > .well-known/appspecific/com.chrome.devtools.json
105+
echo "{\"workspace\":{\"root\":\"${PWD}\",\"uuid\":\"`npx --package uuid uuid v4`\"}}" > .well-known/appspecific/com.chrome.devtools.json
106106
npx serve
107107
```
108108

0 commit comments

Comments
 (0)