Skip to content

Commit 49ad4a0

Browse files
committed
Add caveats to filter setting description
1 parent 5bb2e96 commit 49ad4a0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Diff for: src/main/resources/messages/CoderGatewayBundle.properties

+8-2
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,11 @@ gateway.connector.settings.ssh-log-directory.comment=If set, the Coder CLI will
130130
output extra SSH information into this directory, which can be helpful for \
131131
debugging connectivity issues.
132132
gateway.connector.settings.workspace-filter.title=Workspace filter
133-
gateway.connector.settings.workspace-filter.comment=The filter to apply when fetching workspaces. Leave blank to fetch \
134-
all workspaces.
133+
gateway.connector.settings.workspace-filter.comment=The filter to apply when \
134+
fetching workspaces. Leave blank to fetch all workspaces. Any workspaces \
135+
excluded by this filter will be treated as if they do not exist by the \
136+
plugin. This includes the "Connect to Coder" view, the dashboard link \
137+
handler, and the recent connections view. Please also note that currently \
138+
the plugin fetches resources individually for each non-running workspace, \
139+
which can be slow with many workspaces, and it adds every agent to the SSH \
140+
config, which can result in a large SSH config with many workspaces.

0 commit comments

Comments
 (0)