In this categoryVS Code Setup ยท 25
- How to Set Up GitHub Copilot in VS CodeStart
- How to Use Copilot Chat and Inline Chat in VS Code
- How to Install and Manage Extensions in VS Code
- How to Install the Continue Extension in VS Code
- How to Install Cline, the Autonomous Coding Agent, in VS Code
- How to Configure Continue with an API Model
- How to Set Up an AI Assistant in VS Code
- How to Run Continue with a Local Model Using Ollama
- How to Run Copilot, Continue, and Cline Together Without Conflicts
- How to Add an MCP Server to Cline
- How to Fix AI Suggestions Not Appearing in VS Code
- How to Install and Trust an AI Extension in VS Code
- How to Install a VS Code Extension from the Command Line
- How to Create a launch.json to Debug a Node.js App in VS Code
- How to Initialize a Git Repository in VS Code
- How to Stage, Commit, and Push Changes from VS Code
- How to Debug a Browser App in VS Code with the Built-in Chrome Debugger
- How to Resolve Git Merge Conflicts in VS Code
- How to Run Build and Dev Commands with tasks.json in VS Code
- How to Add Environment Variables to a VS Code Debug Configuration
How to Install and Manage Extensions in VS Code
Find, install, disable, and uninstall VS Code extensions using the Marketplace panel and the command line.
Almost everything that makes VS Code feel powerful comes from extensions: language support, linters, themes, and AI assistants. Before you add Copilot, Continue, or Cline, it helps to know exactly how the extension system works so you can install, update, and clean things up without confusion. This guide walks through the Extensions view and the equivalent command line tools.
What you need
- VS Code installed (any recent version)
- An internet connection to reach the Marketplace
- Optional: the code command available in your terminal
- About 5 minutes
Step 1: Open the Extensions view
Click the square Extensions icon in the Activity Bar on the far left, or press Ctrl+Shift+X on Windows and Linux, or Cmd+Shift+X on macOS. A search box appears at the top of the panel and results fill the list below it as you type.
Step 2: Install an extension
Click the blue Install button next to a result, or click the extension name first to read its full description, screenshots, and changelog before deciding. After installing, some extensions add icons to the status bar or a new view in the sidebar.
Step 3: Install from the command line
If you set up several machines or want a repeatable setup, the code command can install extensions by their identifier, which is the publisher name and extension name joined with a dot. You can find the identifier on each extension's page under More Info.
Step 4: Disable or uninstall
Click the gear icon next to an installed extension to find Disable, Disable (Workspace), and Uninstall. Disabling keeps the extension installed but inactive, which is handy when you suspect one is slowing things down. Uninstall removes it entirely.
Result
You can now install extensions from the panel or the terminal, read publisher details before trusting a tool, and disable or remove anything you no longer want. With this foundation, adding AI coding assistants in the next guides is straightforward.
Watch related tutorials
6:41
10:00
08:00
14:00
14:36
1:42:18New guides in your inbox
Fresh step-by-step how-to guides as we publish them. One email a week, no more.