This commit is contained in:
Johannes Rieken
2018-11-12 10:25:22 +01:00
parent 6357004fe8
commit 8e55669bb7
3 changed files with 23 additions and 14 deletions

View File

@@ -252,7 +252,6 @@ export function createApiFactory(
return extHostLogService.onDidChangeLogLevel;
},
get clipboard(): vscode.Clipboard {
checkProposedApiEnabled(extension);
return extHostClipboard;
}
});