提交 6a6ca03f 编写于 作者: I isidor

debug: variable substitution shouuld not replace full content

fixes #8378
上级 3e6df955
......@@ -280,7 +280,7 @@ export class ConfigurationManager implements debug.IConfigurationManager {
if (!result) {
this.configuration.silentlyAbort = true;
}
interactiveVariablesToKeys[interactiveVariable].forEach(key => this.configuration[key] = result);
interactiveVariablesToKeys[interactiveVariable].forEach(key => this.configuration[key] = this.configuration[key].replace(`\${command.${ interactiveVariable }}`, result));
});
}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册