mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
@@ -688,7 +688,7 @@ suite('window namespace tests', () => {
|
||||
const renderer = window.createTerminalRenderer('foo');
|
||||
});
|
||||
|
||||
test('Terminal.sendText should fire Termnial.onInput', (done) => {
|
||||
test('Terminal.sendText should fire Terminal.onInput', (done) => {
|
||||
const reg1 = window.onDidOpenTerminal(terminal => {
|
||||
reg1.dispose();
|
||||
const reg2 = renderer.onDidAcceptInput(data => {
|
||||
|
||||
@@ -482,7 +482,7 @@ export class TerminalInstance implements ITerminalInstance {
|
||||
label: nls.localize('yes', "Yes"),
|
||||
run: () => {
|
||||
this._configurationService.updateValue('terminal.integrated.rendererType', 'dom', ConfigurationTarget.USER).then(() => {
|
||||
this._notificationService.info(nls.localize('terminal.rendererInAllNewTerminals', "The termnial is now using the fallback renderer."));
|
||||
this._notificationService.info(nls.localize('terminal.rendererInAllNewTerminals', "The terminal is now using the fallback renderer."));
|
||||
});
|
||||
}
|
||||
} as IPromptChoice,
|
||||
|
||||
Reference in New Issue
Block a user