version-fox / vfox

A cross-platform and extendable version manager with support for Java, Node.js, Flutter, .Net & more

Home Page:https://vfox.lhan.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

39499740 opened this issue · comments

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

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

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

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

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

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

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

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

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

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

3.19.1是通过vfox安装的吗?

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

3.19.1是通过vfox安装的吗?

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

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

3.19.1是通过vfox安装的吗?

image

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

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