Visual Studio Code 1.113リリース、Copilot機能を大幅強化 Visual Studio Code 1.113 Release Notes
- VS Code 1.113が公開され、GitHub Copilotとの統合がさらに進化。
- Chat参加者の自動呼び出し、コード補完の改善、カスタム指示の対応など、AI支援機能の利便性が向上した。
- エディター操作の細かな改善も多数含まれる。
English summary
- Learn what's new in Visual Studio Code 1.113 Read the full article
Microsoftはコードエディター「Visual Studio Code」のバージョン1.113をリリースした。今回のアップデートはGitHub Copilot関連の機能強化が中心で、AI支援によるコーディング体験をさらに洗練させる内容となっている。
注目点の一つは、Copilot Chatにおける参加者(participant)の自動検出機能だ。従来はユーザーが@workspaceや@vscodeなどのプレフィックスを明示的に入力する必要があったが、新バージョンでは質問内容から最適な参加者を自動推定して呼び出せるようになった。これにより会話の流れが自然になり、AIアシスタントとの対話がより直感的になる。
またコード補完(inline completion)の品質改善や、リポジトリ固有のカスタム指示(custom instructions)に対応するファイル設定が追加された。プロジェクトごとにコーディング規約や前提知識をAIに伝えられるため、チーム開発における回答の一貫性向上が期待できる。エディター本体の改善としては、検索結果のスクロール挙動やターミナル表示の調整、アクセシビリティ機能の強化なども含まれる。
Chat参加者の自動呼び出し、コード補完の改善、カスタム指示の対応など、AI支援機能の利便性が向上した。
背景として、VS Codeは月次リリースのペースを維持しつつ、ここ1年ほどはCopilot関連の統合を加速させている。GitHub Copilotは競合となるCursorやWindsurf(旧Codeium)、JetBrains AI Assistantなどの台頭を受け、エージェント型機能やマルチファイル編集機能の搭載で差別化を図っている。今回のカスタム指示対応は、AnthropicのClaude Projectsに見られるようなコンテキスト管理の流れと軌を一にするものと見られ、エンタープライズ用途での採用を後押しする可能性がある。
Microsoft has released Visual Studio Code 1.113, with the bulk of the update focused on tightening the integration between the editor and GitHub Copilot. The release continues the cadence of monthly improvements aimed at making AI-assisted development more fluid and less ceremonious.
One of the headline changes is automatic detection of chat participants in Copilot Chat. Previously, users had to prefix their queries with explicit handles such as @workspace or @vscode to route the question to the right specialized agent. In 1.113, the chat interface can infer the most appropriate participant from the natural language question itself, removing a small but persistent friction point in the conversational flow. The change should make the assistant feel more like a single coherent collaborator rather than a switchboard the developer must operate.
Alongside this, inline code completions have been refined, and Copilot now supports repository-level custom instructions through a configuration file. Teams can encode coding conventions, architectural assumptions, or domain vocabulary so that suggestions align more consistently with the codebase. This pattern echoes Anthropic's Claude Projects and the various rules files popularized by Cursor and Continue, suggesting an industry-wide convergence on lightweight, file-based context steering rather than heavier fine-tuning workflows.
The release also bundles a steady stream of editor-level polish. Search result scrolling, terminal rendering, and accessibility behaviors have all received tweaks. Source control and notebook surfaces continue to absorb iterative improvements, and there are the usual updates to the extension API that downstream extension authors will want to inspect before shipping their next versions.
Viewed in context, VS Code's trajectory over the past year has been clearly shaped by competitive pressure in the AI coding space. Cursor, an opinionated VS Code fork, has popularized agentic and multi-file editing experiences, while Windsurf (formerly Codeium) and JetBrains AI Assistant have pushed their own takes on workspace-aware assistance. Microsoft's response has been to accelerate Copilot's evolution inside the mainline VS Code product, weaving features like edits mode, workspace search grounding, and now smarter participant routing directly into the editor. For enterprise teams, the addition of repo-scoped custom instructions may be particularly meaningful, as it offers a sanctioned way to encode policy and style without relying on extension hacks. Whether these incremental moves are enough to keep developers from defecting to forks remains to be seen, but the pace of iteration suggests Microsoft intends to compete on integration depth rather than novelty alone.
本ページの本文・要約は AI による自動生成です。正確性は元記事 (code.visualstudio.com) をご確認ください。