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
The following topics are covered:
- documentation on how to install the plugin
- URI handling documentation
- release procedure
- resolves#64
This PR also includes:
- improved Error Reporting for Unresolved Agents, now it shows a clear,
human-readable error message instead
- a rename of `project_path` query param to `folder`
- and a fix to no longer ask for coder deployment details when user
wants to install the plugin via URI.
P.S: Some of the topics were copied without shame from the old Coder
Gateway plugin.
To load plugin into the provided Toolbox App, run `./gradlew build copyPlugin`
3
+
[](https://discord.gg/coder)
"The workspace \"${workspace.name}\"does not have an agent named \"${parameters.agentName()}\"",
298
-
)
299
308
} else {
300
309
throwMissingArgumentException(
301
-
"Unable to determine which agent to connect to; one of \"$AGENT_NAME\" or \"$AGENT_ID\" must be set because the workspace \"${workspace.name}\" has more than one agent",
310
+
"Unable to determine which agent to connect to; \"$AGENT_ID\" must be set because the workspace \"${workspace.name}\" has more than one agent",
0 commit comments