@@ -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.
132132gateway.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.