Skip to content
AI news, tool reviews, workflows, prompts, agents, cloud and developer productivity.
News

Visual Studio Code 1.122 Enhances Developer Agents, GitHub Integration, and Issue Reporting

Visual Studio Code 1.122 introduces significant updates for developers, focusing on enhanced agent capabilities, streamlined GitHub Enterprise integration, and an improved issue reporting wizard. The release also brings refinements to language model interactions and source control.

News Published 10 June 2026 5 min read Maya Turner
Screenshot of Visual Studio Code 1.122 interface showing the Agents window with an active agent, alongside a code editor and integrated terminal.
Featured image from the source article

Visual Studio Code (VS Code) has released version 1.122, bringing a suite of updates aimed at improving developer workflows, particularly around agent-based development, GitHub integration, and the overall user experience. Key enhancements include the ability for agents to trigger tasks on remote machines, a more intuitive GitHub Enterprise sign-in process, and a new wizard designed to simplify the creation of high-quality issue reports directly from the IDE.

This release underscores Microsoft’s continued investment in making VS Code a central hub for complex development tasks, integrating AI-driven tools and streamlining interactions with essential developer platforms. The updates are particularly relevant for teams leveraging agents for automation and those working within enterprise GitHub environments.

Agent-First Development Enhancements

The 1.122 update significantly advances VS Code’s agent capabilities, enabling a more integrated “agent-first” development approach. Agents can now trigger tasks on remote machines, a feature that extends automation possibilities for distributed development environments and CI/CD pipelines. This allows developers to orchestrate complex operations across their infrastructure directly from their VS Code workspace.

Another notable improvement for agent users is the automatic refresh of source control state within the Agents window. After an agent performs Git operations such as commits or syncs, the source control status is immediately updated, providing real-time feedback on the agent’s actions and maintaining a consistent view of the repository state. This reduces the need for manual refreshes and improves the overall responsiveness of agent-driven workflows. The local agent host is also now enabled by default in Insiders builds, signaling a push towards broader adoption and testing of these features.

Streamlined GitHub Enterprise and Authentication

GitHub Enterprise users will find their onboarding experience significantly improved in VS Code 1.122. The update replaces the previous modal dialog for signing in with an inline form that includes real-time validation. This change aims to make the authentication process smoother and more integrated into the VS Code environment, reducing friction for developers connecting to their enterprise GitHub instances.

Furthermore, the release addresses a specific authentication challenge for Bring Your Own Key (BYOK) models. These models can now function in air-gapped scenarios without requiring GitHub authentication, which is critical for organizations with stringent security policies or those operating in isolated networks. This enhancement broadens the applicability of BYOK models in secure and regulated environments.

Improved Issue Reporting and Diagnostics

Creating detailed and actionable bug reports is a crucial part of the development lifecycle, and VS Code 1.122 introduces a new issue reporter wizard to streamline this process. This wizard allows developers to generate high-quality issues directly from VS Code, with support for including screenshots and video recordings. This feature is enabled via the `issueReporter.wizard.enabled` setting and aims to reduce the time and effort required to report bugs comprehensively, leading to faster diagnosis and resolution.

This wizard represents a significant step towards improving the quality of bug reports submitted by users, providing maintainers with richer context and visual evidence. For developers, it means less time spent manually documenting issues and more time focused on coding.

Language Model Interaction and Visualizations

The update also includes refinements to how developers interact with language models within VS Code. A new `/models` command can be used in the chat input to quickly open the model picker, simplifying the selection of different AI models for various tasks. The Language Models editor now provides more granular actions for provider groups, such as updating API keys, adding models, navigating to configuration files, renaming, and deleting entries. These controls offer developers finer management over their integrated AI models.

Visualizations, particularly Mermaid diagrams, have received attention. Mermaid C4 diagrams that contain inline data-URI images now render correctly in both chat and Markdown previews. Additionally, Mermaid diagrams now adopt a theme derived from the current VS Code color theme, ensuring visual consistency. Diagrams opened in a new editor will also display their full content, improving readability and utility.

Key facts

  • Agent-First Dev: Remote task triggering, auto-refreshing source control | Enables complex automation, real-time feedback for agent ops
  • GitHub Integration: Inline GitHub Enterprise sign-in, BYOK in air-gapped scenarios | Smoother authentication, expanded use of BYOK models in secure environments
  • Issue Reporting: New issue reporter wizard with media capture | Improves quality and efficiency of bug reporting
  • Language Models: `/models` command, granular provider actions | Easier model selection and management

Practical Impact for Developers and Teams

The cumulative effect of these updates in VS Code 1.122 is a more robust and integrated development environment. For developers building agent-driven solutions, the ability to trigger remote tasks directly from VS Code means greater control and seamless orchestration of automated workflows. This can significantly reduce context switching and accelerate development cycles for distributed systems.

Teams leveraging GitHub Enterprise will benefit from the streamlined sign-in process, which reduces setup friction and improves the initial onboarding experience. The support for BYOK models in air-gapped environments is particularly impactful for enterprise and government sectors where security and isolation are paramount, allowing them to utilize advanced AI models without compromising compliance.

The enhanced issue reporting wizard addresses a common pain point in software development: the creation of clear and actionable bug reports. By simplifying the inclusion of rich media like screenshots and videos, developers can provide more context to maintainers, leading to faster issue resolution and improved software quality. This is a direct boost to team productivity and collaboration.

Finally, the refinements to language model interaction and visualization tools demonstrate VS Code’s commitment to supporting the growing trend of AI-assisted development. Easier model selection, better management tools, and improved rendering of technical diagrams all contribute to a more efficient and visually cohesive experience for developers working with AI and complex system architectures.

Source: Visual Studio Code Blog titled “Visual Studio Code 1.122” from https://code.visualstudio.com/updates/v1_122

Source

Visual Studio Code Blog Publicacion original: 2026-05-27T17:00:00+00:00