Skip to content
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

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

Open
39499740 opened this issue May 8, 2024 · 6 comments
Open

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

39499740 opened this issue May 8, 2024 · 6 comments
Labels
bug Something isn't working enhancement New feature or request
Milestone

Comments

@39499740
Copy link

39499740 commented May 8, 2024

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

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

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

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

@39499740 39499740 added the enhancement New feature or request label May 8, 2024
@39499740 39499740 changed the title [Feature]: vfox能否支持VSCODE环境? [Feature]: vfox能否支持VSCODE 运行和调试? May 8, 2024
@aooohan
Copy link
Member

aooohan commented May 9, 2024

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

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

@39499740
Copy link
Author

39499740 commented May 9, 2024

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

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

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

@aooohan
Copy link
Member

aooohan commented May 9, 2024

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

3.19.1是通过vfox安装的吗?

@39499740
Copy link
Author

39499740 commented May 9, 2024

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

3.19.1是通过vfox安装的吗?

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

@39499740
Copy link
Author

39499740 commented May 9, 2024

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

3.19.1是通过vfox安装的吗?

image

@aooohan
Copy link
Member

aooohan commented May 9, 2024

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

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

@aooohan aooohan added the bug Something isn't working label May 9, 2024
@aooohan aooohan changed the title [Feature]: vfox能否支持VSCODE 运行和调试? [Feature]: Support exec commands, easy to integrate with VS Code. May 9, 2024
@aooohan aooohan modified the milestones: 0.4.3, 0.5.0 May 9, 2024
@aooohan aooohan added this to the 0.5.3 milestone May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants