File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 22
22
- [ Heartbeat File] ( #heartbeat-file )
23
23
- [ Healthz endpoint] ( #healthz-endpoint )
24
24
- [ How does the config file work?] ( #how-does-the-config-file-work )
25
+ - [ How do I customize the "Go Home" button?] ( #how-do-i-customize-the-go-home-button )
25
26
- [ Isn't an install script piped into sh insecure?] ( #isnt-an-install-script-piped-into-sh-insecure )
26
27
- [ How do I make my keyboard shortcuts work?] ( #how-do-i-make-my-keyboard-shortcuts-work )
27
28
- [ Differences compared to Theia?] ( #differences-compared-to-theia )
@@ -286,6 +287,15 @@ The `--config` flag or `$CODE_SERVER_CONFIG` can be used to change the config fi
286
287
287
288
The default location also respects `$XDG_CONFIG_HOME`.
288
289
290
+ # # How do I customize the "Go Home" button?
291
+
292
+ You can pass a URL to the `--home` flag like this :
293
+ ` ` `
294
+ code-server --home https://my-website.com
295
+ ` ` `
296
+
297
+ Or you can define it in the config file with `home`.
298
+
289
299
# # Isn't an install script piped into sh insecure?
290
300
291
301
Please give
You can’t perform that action at this time.
0 commit comments