chore: rename

pull/2/head
洛竹 3 years ago
parent 6802d92a3e
commit db9f3bda3f

@ -1,5 +1,5 @@
{
"name": "Vscode Extension Api",
"name": "VS Code API",
"readme": "./README.md",
"gitRemote": "origin",
"gitRevision": "branch",

3
vscode.d.ts vendored

@ -3,8 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
declare module vscode {
/**
* The version of the editor.
*/
@ -14312,7 +14310,6 @@ declare module vscode {
*/
constructor(message: string | MarkdownString);
}
}
/**
* Thenable is a common denominator between ES6 promises, Q, jquery.Deferred, WinJS.Promise,

Loading…
Cancel
Save