mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 15:01:57 +01:00
Fixed typos. (#135729)
This commit is contained in:
committed by
GitHub
parent
3d8b5674c7
commit
595d893fdc
@@ -130,7 +130,7 @@ export class Debug extends Viewlet {
|
||||
await this.code.waitForActiveElement(REPL_FOCUSED);
|
||||
await this.code.waitForSetValue(REPL_FOCUSED, text);
|
||||
|
||||
// Wait for the keys to be picked up by the editor model such that repl evalutes what just got typed
|
||||
// Wait for the keys to be picked up by the editor model such that repl evaluates what just got typed
|
||||
await this.editor.waitForEditorContents('debug:replinput', s => s.indexOf(text) >= 0);
|
||||
await this.code.dispatchKeybinding('enter');
|
||||
await this.code.waitForElements(CONSOLE_EVALUATION_RESULT, false,
|
||||
|
||||
Reference in New Issue
Block a user