-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vscode plugin in MacOS #46
Comments
这个后面可以优化一下,修改一下默认值 |
最新版已支持,shell 可以使用 |
你这个 debug 的意思是在 vscode 里面运行 debug 命令? |
这个要看一下你的环境问题了,按理说这个应该和启动方式关系不大才对 |
用其它插件时无意中想到了一个解决方法. 问题原因在Unix系统中, 不同于Window, 我们一般都是在shell的conf下追加PATH, 比如 解决办法启用一个terminal进程, 让该进程运行 示例FoundTheWOUT@e06e705 其它问题
|
提议在mac下用zsh启动:
utools/plugins/vscode/src/vscode.ts
Line 58 in b974879
现在mac默认shell是zsh, 然后关于个人的PATH设置都是在zsh config里, 用bash启动会导致debug的时候找不到PATH.
当然其实也可以自己设置bash的config...
The text was updated successfully, but these errors were encountered: