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
4. Enable debug mode for the extension (to get the Chrome developer tools):
21
+
3. Enable debug mode for the extension (to get the Chrome developer tools):
28
22
29
23
```console
30
24
docker extension dev debug dockersamples/labspace-extension
31
25
```
32
26
33
-
5. Set the UI source for the extension to be your development environment:
27
+
4. Set the UI source for the extension to be your development environment:
34
28
35
29
```console
36
30
docker extension dev ui-source dockersamples/labspace-extension http://localhost:5173
37
31
```
38
32
39
-
6. Open the extension in Docker Desktop. It will now be using the Vite reload server for the UI, allowing you to make changes and see them reflected immediately.
33
+
5. Open the extension in Docker Desktop. It will now be using the Vite reload server for the UI, allowing you to make changes and see them reflected immediately.
0 commit comments