From 2dd84387e2f8a9b8466cdc7158b0d5f6f15e7517 Mon Sep 17 00:00:00 2001 From: youngjuning Date: Sun, 15 Aug 2021 19:06:19 +0800 Subject: [PATCH] docs: edit README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9da7b1dc..d43bf47b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -VS Code API is a set of JavaScript APIs that you can invoke in your Visual Studio Code extension. This page lists all VS Code APIs available to extension authors. +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. -This listing is compiled from the [vscode.d.ts](https://github.com/microsoft/vscode/blob/main/src/vs/vscode.d.ts) file from the VS Code repository. +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.