VS Code 1.107 Removes Free IntelliCode – Implications for Developers
VS Code 1.107 deprecates the free, locally‑run IntelliCode extension, urging users toward GitHub Copilot with usage limits and cloud‑based processing, while also introducing TypeScript 7 support, expanded Agent capabilities, experimental Claude Skills, and MCP protocol enhancements.
IntelliCode retirement
VS Code 1.107 removes the IntelliCode family of extensions – IntelliCode, IntelliCode Completions, IntelliCode for C# Dev Kit, and IntelliCode API Usage Examples. IntelliCode used a local machine‑learning model to rank completion suggestions, displayed inline gray predictions, and operated entirely offline. The extensions were free and accumulated more than 70 million downloads. An official GitHub issue and a report in Visual Studio Magazine confirm that the extensions will reach end‑of‑life in December 2025.
Shift to GitHub Copilot
Microsoft’s stated recommendation is to adopt GitHub Copilot. Copilot runs as a cloud service; the free tier supplies up to 2,000 completions and 50 chat interactions per month, after which a paid Pro plan (starting at $10 USD per month) is required. Copilot always requires an internet connection and uploads code to the cloud for processing.
Cost : IntelliCode – completely free; Copilot Free – free with usage limits, Pro – paid.
Usage limits : IntelliCode – unlimited; Copilot Free – 2,000 completions / 50 chats per month.
Execution : IntelliCode – local (offline); Copilot – cloud (online).
Privacy : IntelliCode – code never leaves the machine; Copilot – code is sent to the cloud.
Network requirement : IntelliCode – works offline or on an intranet; Copilot – must be online.
Implications for developers
Light users may stay within the free quota, but developers who write thousands of lines daily can exhaust the 2,000‑completion limit in a few days, forcing an upgrade to the paid plan or a fallback to basic syntax hints.
Additional VS Code 1.107 features
Experimental TypeScript 7 support : Introduces a Go‑rewritten TypeScript compiler, expected to deliver significant performance improvements.
Agent architecture enhancements
Agent HQ : Centralized management UI for all Agents; the Agents persist after the chat window is closed.
Background Agents : Run in separate Git worktrees, allowing AI assistance without interrupting the main workflow.
Claude Skills native support (experimental)
VS Code can reuse "Skills" defined for Claude Code.
Define a SKILL.md file under ~/.claude/skills/ or .claude/skills/ in a project; the Agent learns the new skill.
MCP protocol enhancements
Support for the latest MCP specification dated 2025‑11‑25.
Built‑in GitHub MCP Server enables direct calls to GitHub resources (issues, pull requests) from Copilot Chat without additional configuration.
Analysts note that the retirement aligns with Microsoft’s strategy to consolidate AI offerings under the Agent architecture.
Signed-in readers can open the original source through BestHub's protected redirect.
This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactand we will review it promptly.
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.
