我刚刚在 Mac (High Sierra) 上更新了 Visual Studio 应用程序(现在为 1.71.0(通用)),我注意到当我在 VSCode 中启动终端时,我运行的每个命令都会收到此消息:
sed: illegal option -- r
usage: sed script [-Ealn] [-i extension] [file ...]
sed [-Ealn] [-i extension] [-e script] ... [-f script_file] ... [file ...]
Run Code Online (Sandbox Code Playgroud)
我认为这与我更新 VS Code 有关,但我不知道为什么或如何修复它。以前有人遇到过这个吗?