vscode-extension-samples

演示VS Code扩展API的示例代码。Sample code illustrating the VS Code extension API.

  • Owner: microsoft/vscode-extension-samples
  • Platform: Linux, Mac, Windows
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

This repository contains sample code illustrating the VS Code extension API. Each sample is a self-contained extension that explains one topic in VS Code API or VS Code's Contribution Points. You can read, play with or adapt from these samples to create your own extensions.

You can expect from each sample:

  • An explanation of its functionality
  • A gif or screenshot demonstrating its usage
  • Link to a guide on VS Code website, if it has one
  • Listing of used VS Code API and Contribution Points
  • Code of the same style, enforced using TSLint

Prerequisites

You need to have node and npm installed on your system to run the examples. It is recommended to use the node version used for VS Code development itself which is documented here

Usage

  • git clone https://github.com/Microsoft/vscode-extension-samples
  • code <any-sample-folder>
  • npm install in the terminal, then F5 to run the sample
  • Alternatively, follow the instructions in each sample's README for setting up and running the sample

Getting Started

Samples

Language Protocol Server Samples

License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License.

Overview

Name With Ownermicrosoft/vscode-extension-samples
Primary LanguageTypeScript
Program languageTypeScript (Language Count: 8)
PlatformLinux, Mac, Windows
License:MIT License
Release Count0
Created At2015-11-05 10:14:11
Pushed At2024-04-28 16:52:17
Last Commit At
Stargazers Count8.1k
Watchers Count176
Fork Count3.3k
Commits Count1.6k
Has Issues Enabled
Issues Count500
Issue Open Count68
Pull Requests Count317
Pull Requests Open Count18
Pull Requests Close Count91
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top