我在 Windows 10 上使用 Git 2.26.2.windows.1 和 VS Code 1.45.1 作为提交日志消息编辑器
今天我在 VS Code 中使用git commit
并编辑了提交日志消息,然后退出了 VS Code(保存过程中的更改)。Git 完成了提交,但首先我收到了来自 VS Code 的各种 Electron 警告:
hint: Waiting for your editor to close the file...
[main 2020-06-05T15:08:31.739Z] update#setState idle
(node:1924) Electron: Loading non context-aware native modules in the renderer process is deprecated and will stop working at some point in the future, please see https://github.com/electron/electron/issues/18397 for more information
...
[main 2020-06-05T15:09:01.747Z] update#setState checking for updates
[main 2020-06-05T15:09:01.776Z] update#setState idle
这是什么意思?我的恐惧:这是否意味着 Electron 正在删除 VS Code 用作 Git 编辑器的东西,以便 Git 很快会删除 VS Code 支持?(我对 Electron 和 VS Code 实现的了解不够,无法完全解释这一点。)