mirror of
https://github.com/coder/coder.git
synced 2025-07-18 14:17:22 +00:00
chore: add agent query parameter to VSCodeDevContainerButton
(#17464)
This is less work for the VSCode extension to do, and since the workspace is running, we'll always know what agent to use.
This commit is contained in:
@ -54,6 +54,7 @@ export const AgentDevcontainerCard: FC<AgentDevcontainerCardProps> = ({
|
||||
devContainerName={container.name}
|
||||
devContainerFolder={containerFolder}
|
||||
displayApps={agent.display_apps}
|
||||
agentName={agent.name}
|
||||
/>
|
||||
|
||||
<TerminalLink
|
||||
|
Reference in New Issue
Block a user