mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
debt - use a native private property in ExtHostQuickInput
This commit is contained in:
@@ -38,14 +38,12 @@ suite('vscode', function () {
|
||||
});
|
||||
|
||||
test('no rpc, createQuickPick(...)', function () {
|
||||
this.skip();
|
||||
const item = vscode.window.createQuickPick();
|
||||
dispo.push(item);
|
||||
assertNoRpcFromEntry([item, 'QuickPick']);
|
||||
});
|
||||
|
||||
test('no rpc, createInputBox(...)', function () {
|
||||
this.skip();
|
||||
const item = vscode.window.createInputBox();
|
||||
dispo.push(item);
|
||||
assertNoRpcFromEntry([item, 'InputBox']);
|
||||
|
||||
Reference in New Issue
Block a user