提交 3cfb4f06 编写于 作者: D Daniel Imms

Add todo for terminals to react to collection changes

上级 000f8392
......@@ -314,6 +314,7 @@ export class TerminalProcessManager extends Disposable implements ITerminalProce
}
private _onEnvironmentVariableCollectionChange(newCollection: IMergedEnvironmentVariableCollection): void {
// TODO: React to changes in environment variable collections
// const newAdditions = this._extEnvironmentVariableCollection!.getNewAdditions(newCollection);
// if (newAdditions === undefined) {
// return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册