vscode-extension-samples

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

  • 所有者: microsoft/vscode-extension-samples
  • 平台: Linux, Mac, Windows
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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.

主要指标

概览
名称与所有者microsoft/vscode-extension-samples
主编程语言TypeScript
编程语言TypeScript (语言数: 8)
平台Linux, Mac, Windows
许可证MIT License
所有者活动
创建于2015-11-05 10:14:11
推送于2025-05-06 21:43:23
最后一次提交
发布数0
用户参与
星数9.3k
关注者数185
派生数3.6k
提交数1.8k
已启用问题?
问题数554
打开的问题数69
拉请求数406
打开的拉请求数16
关闭的拉请求数119
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?