vfox icon indicating copy to clipboard operation
vfox copied to clipboard

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

Results 128 vfox issues
Sort by recently updated
recently updated
newest added

#### 1. Your usage scenarios? I want to use vfox on setup scripts and on CI environments. But I've noticed I can't run it inside a shell script file (for...

enhancement

#### 1. Your usage scenarios? I want to point my Java IDE (IntelliJ) to a specific JAVA_HOME directory. ´C:\Users\koppor\.version-fox\cache\java\current` is a very good directory for that. However, the symlink points...

enhancement

#### 1. Your usage scenarios? - let plugin developer can load config in one-place. - some plugin would load option from PATH environment. This mechanism causes these configurations to be...

enhancement

**Version** vfox 0.5.3 (installed using scoop) **OS** Windows 11 **Describe the bug** After running `vfox use nodejs` in Git Bash, I can execute `node`, but I get a "No such...

bug

#### 1. Your usage scenarios? storage.sdkPath默认是放在$HOME目录下的,随着时间推移,该目录体积会越来越大,想要换到其他的路径上 #### 2. What is your expected outcome? 提供一键命令自动迁移,而不需要用户重新下载所有sdk 迁移之前的sdkPath目录下的所有文件,同时也要更新环境变量指向到最新的sdkPath路径

enhancement

Say when I install a new sdk, vfox just create a new folder in temp, then put sdk in it, and update some env. When I have installed multiple nodejs...

enhancement

![image](https://github.com/version-fox/vfox/assets/26131495/15ddc222-9bfe-4a5d-8a04-c6ffc2a37662) python install error

question

**Version** vfox 0.5.3, powershell7 **OS** Windows11 **Question Description** 将vfox挂载到powershell7中后,sdk无法识别环境变量,且有乱码现象, 如下图所示 ![image](https://github.com/version-fox/vfox/assets/19472174/bac20100-b40a-432a-ab97-9045df1733b6) 取消挂载后,上述现象消失,恢复正常,如下图所示 ![image](https://github.com/version-fox/vfox/assets/19472174/1cd0d486-4a6c-44be-a88e-78864f2a8652)

question

根据文档所写,目前vfox配置文件在`$HOME/.version-fox/config.yaml`中,这个文件只对当前用户生效,希望可以增加全局配置文件,当前用户配置文件不存在时配置以全局配置文件为准,当前用户配置部分配置时,覆盖全局配置文件对应设置 #### 1. Your usage scenarios? 在linux服务器中存在多个用户,新建用户后,我们希望通过全局配置给新建用户一个开箱即用的vfox环境,而不是每个用户都需要做一堆配置后才能使用 #### 2. What is your expected outcome? 希望vfox可以拥有一个全局的配置文件,在linux下例如:`/etc/version-fox/config.yaml`,可以对vfox默认配置进行全局配置,用户依然可以通过`$HOME/.version-fox/config.yaml`配置,`$HOME/.version-fox/config.yaml`存在的配置会覆盖全局默认配置,不存在的配置会使用默认配置

enhancement