Files
vscode-extension-samples/README.md

31 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2018-05-31 08:38:41 +05:00
<h1 align="center">
2018-05-31 08:43:19 +05:00
<img alt="VS Code in action" src="https://cloud.githubusercontent.com/assets/11839736/16642200/6624dde0-43bd-11e6-8595-c81885ba0dc2.png">
<br>
<br>
2018-05-31 08:39:00 +05:00
2018-05-31 08:43:19 +05:00
VS Code Extension Samples
2018-05-31 08:38:41 +05:00
</h1>
2018-05-31 08:38:41 +05:00
This repository contains sample code illustrating the VS Code extension API. The following is a
2016-12-30 11:56:29 +01:00
list of self-contained, running extensions that show one or multiple concepts of the API:
* [Virtual Documents](/contentprovider-sample/README.md)
2016-12-30 11:56:29 +01:00
* [Editor Decoration](/decorator-sample/README.md)
* [Preview Html](/previewhtml-sample/README.md)
2016-12-17 11:38:21 +01:00
* [Status Bar](/statusbar-sample/README.md)
2016-12-30 11:56:29 +01:00
* [Theme](/theme-sample)
2016-12-30 11:58:50 +01:00
* [Integrated Terminal](/terminal-sample/README.md)
2016-12-30 11:56:29 +01:00
* [Vim](/vim-sample/README.md)
2018-06-06 16:19:22 +02:00
* [Tree views](/tree-view-sample/README.md)
2018-04-24 15:07:32 -07:00
* [Webview](/webview-sample/README.md)
2018-05-31 08:45:48 +05:00
# ➡️ Getting Started
2018-05-31 08:45:19 +05:00
You can get started locally by following these steps:
2018-05-31 08:41:45 +05:00
* **Step #1**: `git clone https://github.com/Microsoft/vscode-extension-samples vscode-extension-samples`
2018-05-31 08:46:06 +05:00
* **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.