Skip to content

Commit 4541892

Browse files
committed
make golden
1 parent b26a2e6 commit 4541892

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

cli/testdata/coder_server_--help.golden

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ Clients include the coder cli, vs code extension, and the web UI.
6666
--ssh-hostname-prefix string, $CODER_SSH_HOSTNAME_PREFIX (default: coder.)
6767
The SSH deployment prefix is used in the Host of the ssh config.
6868

69-
--web-terminal-renderer string, $CODER_WEB_TERMINAL_RENDERER (default: webgl)
70-
The framework to use when rendering the terminal. Valid values are
69+
--web-terminal-renderer string, $CODER_WEB_TERMINAL_RENDERER (default: canvas)
70+
The renderer to use when opening a web terminal. Valid values are
7171
'canvas', 'webgl', or 'dom'.
7272

7373
CONFIG OPTIONS:

cli/testdata/server-config.yaml.golden

+3-3
Original file line numberDiff line numberDiff line change
@@ -411,10 +411,10 @@ client:
411411
# incorrectly can break SSH to your deployment, use cautiously.
412412
# (default: <unset>, type: string-array)
413413
sshConfigOptions: []
414-
# The framework to use when rendering the terminal. Valid values are 'canvas',
414+
# The renderer to use when opening a web terminal. Valid values are 'canvas',
415415
# 'webgl', or 'dom'.
416-
# (default: webgl, type: string)
417-
webTerminalRenderer: webgl
416+
# (default: canvas, type: string)
417+
webTerminalRenderer: canvas
418418
# Support links to display in the top right drop down menu.
419419
# (default: <unset>, type: struct[[]codersdk.LinkConfig])
420420
supportLinks: []

docs/cli/server.md

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

enterprise/cli/testdata/coder_server_--help.golden

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ Clients include the coder cli, vs code extension, and the web UI.
6767
--ssh-hostname-prefix string, $CODER_SSH_HOSTNAME_PREFIX (default: coder.)
6868
The SSH deployment prefix is used in the Host of the ssh config.
6969

70-
--web-terminal-renderer string, $CODER_WEB_TERMINAL_RENDERER (default: webgl)
71-
The framework to use when rendering the terminal. Valid values are
70+
--web-terminal-renderer string, $CODER_WEB_TERMINAL_RENDERER (default: canvas)
71+
The renderer to use when opening a web terminal. Valid values are
7272
'canvas', 'webgl', or 'dom'.
7373

7474
CONFIG OPTIONS:

0 commit comments

Comments
 (0)