vfox icon indicating copy to clipboard operation
vfox copied to clipboard

[Feature]: Support `exec` commands, easy to integrate with VS Code.

Open 39499740 opened this issue 1 year ago • 7 comments

目前情况下,例如flutter插件,我全局flutter版本为3.19.1,当前项目下使用vfox u -p [email protected]

当我使用终端时,flutter版本为3.7.12 当我使用vscode的运行和调试时,flutter版本为3.19.1

如何设置可以使vscode的运行和调试兼容vfox?

同样的情况也出现在go语言中。

39499740 avatar May 08 '24 10:05 39499740

这个还没支持. 下个版本处理吧.

需要一个新命令exec 配置到lanuch.json里.

aooohan avatar May 09 '24 01:05 aooohan

这个还没支持. 下个版本处理吧.

需要一个新命令exec 配置到lanuch.json里.

现在有临时解决方案么? 我现在每次运行,都会默认使用3.19.1,甚至都没发通过-g的方法切换回其他版本

39499740 avatar May 09 '24 01:05 39499740

我现在每次运行,都会默认使用3.19.1,甚至都没发通过-g的方法切换回其他版本

3.19.1是通过vfox安装的吗?

aooohan avatar May 09 '24 01:05 aooohan

我现在每次运行,都会默认使用3.19.1,甚至都没发通过-g的方法切换回其他版本

3.19.1是通过vfox安装的吗?

是,我把所有其他Flutter删了,而且把rc文件里面的配置都删了。 macOS

39499740 avatar May 09 '24 01:05 39499740

我现在每次运行,都会默认使用3.19.1,甚至都没发通过-g的方法切换回其他版本

3.19.1是通过vfox安装的吗?

image

39499740 avatar May 09 '24 01:05 39499740

现在有临时解决方案么? 我现在每次运行,都会默认使用3.19.1,甚至都没发通过-g的方法切换回其他版本

我也复现了. 只跟debug有关. terminal不受影响. 下个版本修复.

aooohan avatar May 09 '24 02:05 aooohan