Skip to content

Commit 56390d0

Browse files
authored
docs(devtools-browser-extension): Add note to README about downloading build artifacts from Codespace (#15879)
Discovered this option recently and figured it would be useful for folks working on the extension to be aware of.
1 parent f4c18be commit 56390d0

File tree

1 file changed

+3
-2
lines changed
  • packages/tools/devtools/devtools-browser-extension

1 file changed

+3
-2
lines changed

packages/tools/devtools/devtools-browser-extension/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ To use this extension in your browser:
1818
1. Build this package and its dependencies.
1919
Your extension files should be generated under the build output directory (`dist/bundle`) in this package.
2020
2. Load the unpacked extension in the browser by following [these instructions](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked).
21-
For [WSL](https://learn.microsoft.com/en-us/windows/wsl/about) users, your Linux files should be at a \\wsl$ path.
22-
In File Explorer or any other Windows application that can browse files, navigate to the path: \\wsl$.
21+
- For [Windows Subsystem for Linux (WSL)](https://learn.microsoft.com/en-us/windows/wsl/about) users, your Linux files should be at a \\wsl$ path.
22+
In File Explorer or any other Windows application that can browse files, navigate to the path: \\wsl$.
23+
- If you are working in a [Codespace](https://code.visualstudio.com/docs/remote/codespaces) with Visual Studio Code, you can download the build artifacts by right-clicking on `dist/bundle` in the `Explorer` view and clicking `download`. This will download the files to your local machine, which you can upload to the browser.
2324

2425
## Devtools Extensions
2526

0 commit comments

Comments
 (0)