mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
31 lines
1.1 KiB
Markdown
31 lines
1.1 KiB
Markdown
<h1 align="center">
|
|
<img alt="VS Code in action" src="https://cloud.githubusercontent.com/assets/11839736/16642200/6624dde0-43bd-11e6-8595-c81885ba0dc2.png">
|
|
<br>
|
|
<br>
|
|
|
|
VS Code Extension Samples
|
|
</h1>
|
|
|
|
|
|
This repository contains sample code illustrating the VS Code extension API. The following is a
|
|
list of self-contained, running extensions that show one or multiple concepts of the API:
|
|
|
|
* [Virtual Documents](/contentprovider-sample/README.md)
|
|
* [Editor Decoration](/decorator-sample/README.md)
|
|
* [Preview Html](/previewhtml-sample/README.md)
|
|
* [Status Bar](/statusbar-sample/README.md)
|
|
* [Theme](/theme-sample)
|
|
* [Integrated Terminal](/terminal-sample/README.md)
|
|
* [Vim](/vim-sample/README.md)
|
|
* [Tree views](/tree-view-sample/README.md)
|
|
* [Webview](/webview-sample/README.md)
|
|
|
|
# ➡️ Getting Started
|
|
|
|
You can get started locally by following these steps:
|
|
|
|
* **Step #1**: `git clone https://github.com/Microsoft/vscode-extension-samples vscode-extension-samples`
|
|
* **Step #2**: `cd vscode-extension-samples`
|
|
* **Step #3**: `npm install`
|
|
* **Step #4**: Open [VSCode](https://code.visualstudio.com/) and start a sample from the debug viewlet.
|