提交 18f3f1d7 编写于 作者: B Benjamin Pasero

💄

上级 408482da
......@@ -50,6 +50,11 @@
"scopeName": "text.git-rebase",
"path": "./syntaxes/git-rebase.tmLanguage.json"
}
]
],
"configurationDefaults": {
"[git-commit]": {
"editor.rulers": [72]
}
}
}
}
\ No newline at end of file
......@@ -105,7 +105,7 @@ export class LaunchService implements ILaunchService {
cli: args,
userEnv,
forceNewWindow: args['new-window'],
preferNewWindow: !args['reuse-window'],
preferNewWindow: !args['reuse-window'] && !args.wait,
forceReuseWindow: args['reuse-window'],
diffMode: args.diff,
addMode: args.add
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册