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
Copy file name to clipboardExpand all lines: guides/configuring_environment.md
+17-1Lines changed: 17 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ You can also use Ctrl+Shift+X to bring it up
51
51
> NOTE: Extensions installed using this method will not persist between container rebuilds
52
52
53
53
2. Installing using vscode integrated terminal<br>
54
-
You can install extensions by using the built-in terminal in code-server. Use Ctrl+J to bring up the panel and select the terminal tab. Or you can use Ctrl+\`
54
+
You can install extensions by using the built-in terminal in code-server. Use Ctrl+J to bring up the panel and select the terminal tab. Or you can use Ctrl+\`<br>
#### Installing before vs after launching code-server.<br>
74
+
If you install the extensions before running code-server, then you will need to wait for the installation process to finish before you are able to use code-server. During this time, you will get 502 Bad Gateway.<br>
75
+
<br>
76
+
If you install after running code-server, you will be able to use code-server but will need to refresh to use extensions after they are installed.
77
+
> NOTE: While technically extensions installed using this method will NOT PERSIST bewtween container rebuilds, they will automatically be reinstalled
0 commit comments