News

What's New for GitHub Copilot Chat in Visual Studio Code v1.82

The regular monthly update for August 2023 to Visual Studio Code, bringing the open source-based editor up to version 1.82, once again sees various improvements to GitHub Copilot, especially the Chat tool.

Still in preview, the GitHub Copilot Chat tool in the VS Code Marketplace has been installed more than 873,000 times as of this writing, with the free trial offering earning an average 3.2 (scale 0-5) from 56 developers who reviewed it. As its name suggests, its a companion tool to the main GitHub Copilot offering from GitHub, whose parent company Microsoft has borrowed the moniker for all manner of AI assistants that springing up throughout its products and services.

[Click on image for larger view.] GitHub Copilot Chat (source: GitHub).

One new feature of the tool is the ability to create workspaces from a natural language description with the new /createWorkspace command.

Other improvements include:

  • Proposed workspaces are now rendered as file trees in the chat response.
  • Developers can click into files to open a readonly preview in the editor.
  • If Copilot's initial proposal wasn't quite right, devs can ask follow-up questions to help Copilot iterate and improve.
[Click on image for larger view.] Quick Chat (source: Microsoft).

The Quick Chat feature, which received new features and functionality last month, has also been improved. Introduced a couple months ago, it helps users quickly ask questions via a dropdown, rather than having to open up a full chat view session or have inline chat open in the editor. New Quick Chat highlights include:

  • More compact UX.
  • Quick Chat now stays open when focus is lost.
  • Sash and "scroll-to-grow" behavior to resize window.
  • Open Quick Chat now in the Command Center.

"Overall, the UX is more compact to align with other 'Quick Open' experiences like the Command Palette (less padding everywhere, user and Copilot icons are smaller, buttons are inline instead of being in a title bar)," Microsoft said. "By default, when you ask a question, the Quick Chat resizes to focus on that question and answer to minimize screen real estate. We also think it helps focus on those quick questions that you might want to ask Copilot. The history of your conversation is still available and you can scroll up to go back in time."

The dev team also provided a new hint for how to start an inline chat session with the Ctrl+I command used to open an untitled editor. Users leveraging screen readers can hear the hint, which can be disabled with the accessibility.verbosity.untitledHint setting.

Many other improvements to GitHub Copilot were listed in the announcement post, along with new features and functionality affecting everything from accessibility to engineering.

The company provided this hyperlinked summary for more information.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Copilot Engineering in the Cloud with Azure and GitHub

    Who better to lead a full-day deep dive into this tech than two experts from GitHub, which introduced the original "AI pair programmer" and spawned the ubiquitous Copilot moniker?

  • Uno Platform Wants Microsoft to Improve .NET WebAssembly in Two Ways

    Uno Platform, a third-party dev tooling specialist that caters to .NET developers, published a report on the state of WebAssembly, addressing some shortcomings in the .NET implementation it would like to see Microsoft address.

  • Random Neighborhoods Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the random neighborhoods regression technique, where the goal is to predict a single numeric value. Compared to other ML regression techniques, advantages are that it can handle both large and small datasets, and the results are highly interpretable.

  • As Some Orgs Restrict DeepSeek AI Usage, Microsoft Offers Models and Dev Guidance

    While some organizations are restricting employee usage of the new open source DeepSeek AI from a Chinese company due to data collection concerns, Microsoft has taken a different approach.

  • Useful New-ish Features in .NET/C#

    We often hear about the big new features in .NET or C#, but what about all of those lesser known, but useful new features? How exactly do you use constructs like collection indices and ranges, date features, and pattern matching?

Subscribe on YouTube

Upcoming Training Events