提交 b431c763 编写于 作者: D Daniel Imms

Fix debug issue on Insiders

Fixes #22409
上级 31d0799f
......@@ -57,7 +57,7 @@ export class TerminalSupport {
// get the shell configuration for the current platform
let shell: string;
const shell_config = configurationService.getConfiguration<ITerminalConfiguration>().shell;
const shell_config = (<ITerminalConfiguration>configurationService.getConfiguration<any>().terminal.integrated).shell;
if (platform.isWindows) {
shell = shell_config.windows;
} else if (platform.isLinux) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册