From be97dfc74cd6f53e0c26a97a02a5061a87bd557c Mon Sep 17 00:00:00 2001 From: youngjuning Date: Sun, 15 Aug 2021 23:37:53 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd91e1a4..7ad99b77 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ [![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) -VS Code API is a set of JavaScript APIs that you can invoke in your Visual Studio Code extension. This site lists all VS Code APIs available to extension authors. +VS Code API 是一系列你可以在 Visual Studio Code 扩展中调用的 JavaScript API。这个站点列出了扩展开发者可以使用的所有 VS Code API。原网站没有中文翻译且不方便阅读,所有有了该网站。 -This listing is compiled from the [vscode.d.ts](https://github.com/youngjuning/vscode-api/blob/main/vscode.d.ts) file from the VS Code repository. +API 列表使用 Typedoc 从 [vscode.d.ts](https://github.com/youngjuning/vscode-api/blob/main/vscode.d.ts) 文件编译而来,如果 [vscode.d.ts 源文件](https://github.com/microsoft/vscode/blob/main/src/vs/vscode.d.ts) 有更新,我们会及时同步,当前对应 commit 为 [2974a01](https://github.com/microsoft/vscode/commit/2974a014fd33f4a109aad6ed0f3e46fe93bfc794#diff-f127724f8c5dbf0c8371ad0a100f8a9bc0a398b6b8ec29aa6cd7f265bd01a096)。 ## Contributors ✨ From c964bff1bea8860be90ab0259725de05ed89afd1 Mon Sep 17 00:00:00 2001 From: youngjuning Date: Sun, 15 Aug 2021 23:39:23 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 7ad99b77..87edb039 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,20 @@ VS Code API 是一系列你可以在 Visual Studio Code 扩展中调用的 JavaS API 列表使用 Typedoc 从 [vscode.d.ts](https://github.com/youngjuning/vscode-api/blob/main/vscode.d.ts) 文件编译而来,如果 [vscode.d.ts 源文件](https://github.com/microsoft/vscode/blob/main/src/vs/vscode.d.ts) 有更新,我们会及时同步,当前对应 commit 为 [2974a01](https://github.com/microsoft/vscode/commit/2974a014fd33f4a109aad6ed0f3e46fe93bfc794#diff-f127724f8c5dbf0c8371ad0a100f8a9bc0a398b6b8ec29aa6cd7f265bd01a096)。 +## 开发 + +### 安装依赖 + +```sh +$ yarn install +``` + +### 调试 + +```sh +$ yarn dev +``` + ## Contributors ✨ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):