提交 be2ac174 编写于 作者: J Johannes Rieken

use thenables for proposed clipboard api, #217

上级 ac5b1f9a
......@@ -14,8 +14,8 @@ declare module 'vscode' {
//#region Joh - clipboard https://github.com/Microsoft/vscode/issues/217
export interface Clipboard {
readText(): Promise<string>;
writeText(value: string): Promise<void>;
readText(): Thenable<string>;
writeText(value: string): Thenable<void>;
}
export namespace env {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册