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):
28
28
29
-
```console
30
-
docker extension dev debug dockersamples/labspace-extension
31
-
```
29
+
```console
30
+
docker extension dev debug dockersamples/labspace-extension
31
+
```
32
32
33
33
5. Set the UI source for the extension to be your development environment:
34
34
35
-
```console
36
-
docker extension dev ui-source dockersamples/labspace-extension http://localhost:5173
37
-
```
35
+
```console
36
+
docker extension dev ui-source dockersamples/labspace-extension http://localhost:5173
37
+
```
38
38
39
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.
40
40
@@ -46,4 +46,4 @@ Once the extension is installed, deep links can be used to launch a Labspace.
[Click here](http://open.docker.com/dashboard/extension-tab?extensionId=dockersamples/labspace-extension&location=dockersamples/labspace-container-supported-development&title=Demo) to launch a sample Labspace
49
+
[Click here](http://open.docker.com/dashboard/extension-tab?extensionId=dockersamples/labspace-extension&location=dockersamples/labspace-container-supported-development&title=Demo) to launch a sample Labspace
0 commit comments