explaingit

microsoft/vscode-go

5,901TypeScriptAudience · developerComplexity · 1/5Setup · easy

TLDR

Microsoft's original home for the Go language extension for Visual Studio Code, now archived. The project moved to golang/vscode-go in 2020 and this repository is no longer updated.

Mindmap

mindmap
  root((vscode-go))
    Status
      Archived 2020
      No new activity
    Original Purpose
      Code completion
      Formatting support
      Error checking
    New Home
      golang/vscode-go
      Go team maintained
    Audience
      Go developers
      VS Code users
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Things people build with this

USE CASE 1

Browse the archived history of Microsoft's Go VS Code extension before it moved to the Go team

USE CASE 2

Find the redirect link to the current golang/vscode-go extension that is actively maintained

Tech stack

TypeScript

Getting it running

Difficulty · easy Time to first run · 5min

In plain English

This repository was Microsoft's original home for the Go language extension for Visual Studio Code, a popular code editor. The extension adds support for writing Go code inside VS Code, providing features like code completion, formatting, and error checking. In June 2020, the project moved to a new location at github.com/golang/vscode-go, where it is now maintained directly by the Go team. This repository is no longer actively developed. The README is brief and exists mainly to redirect visitors to the new home. If you are looking for the current Go extension for VS Code, you should visit the golang/vscode-go repository instead. This archived version here has no new activity and the README does not describe the extension's features in any detail.

Copy-paste prompts

Prompt 1
I found microsoft/vscode-go but it is archived. How do I install the current Go extension for VS Code from golang/vscode-go and set up code completion?
Prompt 2
Set up Go development in VS Code using the golang/vscode-go extension: enable formatting on save, linting, and the debugger for a Go module project.
Prompt 3
Help me migrate my VS Code Go extension settings from an old configuration to the current golang/vscode-go extension.
Open on GitHub → Explain another repo

← microsoft on gitmyhub — every repo by this author, as a profile.

Verify against the repo before relying on details.