提交 46d9aabb 编写于 作者: E Eugene Pankov

configure() doesn't have to be async

上级 692045ce
......@@ -321,7 +321,7 @@ export class TerminalTabComponent extends BaseTabComponent {
this.hterm.onVTKeystroke('\f')
}
async configure (): Promise<void> {
configure (): void {
let config = this.config.store
preferenceManager.set('font-family', `"${config.terminal.font}", "monospace-fallback", monospace`)
this.setFontSize()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册