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: src/code-server/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ VS Code in the browser
28
28
| disableWorkspaceTrust | Disable Workspace Trust feature. This only affects the current session. | boolean | false |
29
29
| extensions | Comma-separated list of VS Code extensions to install. Format: 'publisher.extension[@version]' (e.g., 'ms-python.python,ms-azuretools.vscode-docker'). | string | - |
30
30
| host | The address to bind to for the code-server. Use '0.0.0.0' to listen on all interfaces. | string | 127.0.0.1 |
31
+
| logFile | Path to a file to send stdout and stderr logs to from code-server. | string | /tmp/code-server.log |
31
32
| port | The port to bind to for the code-server. | string | 8080 |
32
33
| socket | Path to a socket. When specified, host and port will be ignored. | string | - |
33
34
| socketMode | File mode of the socket when using the socket option. | string | - |
0 commit comments