Fire debounced event on change

This commit is contained in:
Daniel Imms
2020-03-25 12:15:42 -07:00
parent 05225c7f36
commit 556550a29a
3 changed files with 13 additions and 12 deletions

View File

@@ -49,7 +49,7 @@ export class ExtHostTerminalService extends BaseExtHostTerminalService {
this._registerListeners();
setTimeout(() => {
this._logService.error('get and set');
this._logService.info('get and set');
const c = this.getEnvironmentVariableCollection({ identifier: { value: 'test' } } as any, true);
c.prepend('a', 'b');
c.replace('c', 'd');