Mac OSX 代码。命令不起作用

Mac OSX code . command does not work

首先祝大家新年快乐,我正在尝试将 Visual Studio 代码设置为从终端启动并使用 VS 代码站点的说明,但编辑 ~/.bash_profile 或 ~/使用以下命令的 .profile 文件无法运行。

function code () { VSCODE_CWD="$PWD" open -n -b "com.microsoft.VSCode" --args $*; }

那么可能是什么问题?

提前谢谢你,

问题解决了。编辑 bash_profile 后。我们需要重置机器才能使更改生效

您需要在进行更改后刷新 bash_profile。

. ~/.bash_profile

只需将以下命令粘贴到终端并 return。无需关闭终端或重启

source ~/.bash_profile