# Vscode Go > * [Overview of Extension Features](features.md) ## Pages - [Home](home.md): Welcome to the VSCode Go Wiki! - [Advanced topics](advanced.md): This document describes more advanced ways of working with the VS Code Go - [Commands](commands.md): In addition to integrated editing features, this extension offers a number of commands, which can be executed manuall... - [Compatibility](compatibility.md): The table below lists the *last* version of the extension - [Contributing](contributing.md): We welcome your contributions and thank you for working to improve the Go development experience in VS Code. - [Debug Adapter](debug-adapter.md): The [Debug Adapter](../src/debugAdapter) runs in a separate Node.js process, which is spawned by VS Code when you deb... - [Debugging with Legacy Debug Adapter](debugging-legacy.md): The Go extension historically used a small adapter program to work with the Go debugger, [Delve]. - [Debugging](debugging.md): The Go extension allows you to launch or attach to Go programs for debugging. - [Experiments](experiments.md): Pre-release versions of [vscode-go][vscode-go] include experimental features. - [Frequently Asked Questions](faq.md): **NOTE: [Debugging](debugging.md#faqs) has its own FAQ documentation.** - [Features](features.md): This document describes the features supported by this extension. - [`GOPATH`](gopath.md): The`GOPATH`environment variable is a fundamental part of writing Go code - [Settings](settings.md): This extension is highly configurable, and as such, offers a number of settings. These can be configured by modifying... - [Smoke Test](smoke-test.md): Before releasing a new version of the extension, please run the following smoke test to make sure that all features a... - [Using [VS Code Tasks] with Go](tasks.md): From the [VS Code Tasks] documentation: - [Tools](tools.md): This document describes the tools that power the VS Code Go extension. - [Troubleshooting](troubleshooting.md): If you suspect that the Go extension is not working correctly, please follow the troubleshooting steps below. - [Extension UI](ui.md): The Go status bar appears in the lower right of the extension window, next to the Editor Language status bar item. Cl...