mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
fix #62059
This commit is contained in:
@@ -252,7 +252,6 @@ export function createApiFactory(
|
||||
return extHostLogService.onDidChangeLogLevel;
|
||||
},
|
||||
get clipboard(): vscode.Clipboard {
|
||||
checkProposedApiEnabled(extension);
|
||||
return extHostClipboard;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user