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: doc/self-hosted/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ OPTIONS
62
62
> Example: `code-server -h 127.0.0.1`
63
63
64
64
### Open
65
-
You can have the server automatically open the VS Code in your browser on startup by using the `codeserver -o` or `code-server --open` flags
65
+
You can have the server automatically open the VS Code in your browser on startup by using the `code-server -o` or `code-server --open` flags
66
66
67
67
### Port
68
68
By default, code-server will use `8443` as its port. This can be changed by using `code-server -p` or `code-server --port=` followed by the port you want to use.
0 commit comments