发布于 2021-03-23 17:45:52
这在GitLens版本11.0.2:https://github.com/eamodio/vscode-gitlens/discussions/1260中发生了变化。
若要禁用交互式重基编辑器,请使用命令调色板(
ctrl+shift+p
或cmd+shift+p
)中的ctrl+shift+p
命令。
发布于 2020-11-17 21:41:35
根据本期,这实际上是由GitLens扩展引起的,而不是VSCode。您可以通过将其添加到您的settings.json中来修复它:
"workbench.editorAssociations": {
"git-rebase-todo": "default"
}
https://stackoverflow.com/questions/64869489
复制相似问题