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 105 vfox issues
Sort by recently updated
recently updated
newest added

It would be nice to have a Plugin for the android SDK. Often I just want to develop apps without downloading and using Android Studio. I think versionfox could simplify...

enhancement
help wanted
plugin

#### 1. Your usage scenarios? When there is no need to set environment variables and you don’t want the terminal to set environment variables every time you execute a command...

enhancement

Thank you.

help wanted
good first issue
plugin

#### 1. Your usage scenarios? Volta 提供了一种 pin 命令,可以在 package.json 中记录下本项目使用的 nodejs 的版本号。在切换不同的项目时,Volta 可以自动安装项目所需版本号,并且自动切换到对应的版本。 #### 2. What is your expected outcome? 虽然 vfox 提供了项目级的版本管理能力,但如果能够自动切换会更方便,并且该版本号可以提交到 git 中,以便与他人共享。有没有可能实现类似的功能?初步设想,该功能应该在插件中可**选择实现**类似 pin 的命令。如果插件支持 pin 命令,比如...

enhancement

asdf supports creating a .tool-versions in some directory. These versions are used in this directory and all sub-directories ([see](https://asdf-vm.com/manage/configuration.html#tool-versions)) #### 1. Your usage scenarios? create following structure ``` test -...

enhancement

#### 2. What is your expected outcome? Something like below: ```lua local c = require('vfox.cache') local cache = c.new('path') --- -1 : never expired cache.set(key, value, expire_time) local value =...

enhancement

Well, nushell is also a common choice on Windows. Thanks a lot.

enhancement

目前情况下,例如flutter插件,我全局flutter版本为3.19.1,当前项目下使用vfox u -p [email protected] 当我使用终端时,flutter版本为3.7.12 当我使用vscode的运行和调试时,flutter版本为3.19.1 如何设置可以使vscode的运行和调试兼容vfox? 同样的情况也出现在go语言中。

bug
enhancement

**Version** 0.4.2 **OS** Windows **Describe the bug** 安装时发现速度慢,C-c之后开启代理重新安装,发现已经处于安装状态了 可以删除掉再安装,不过对于这种安装失败的不应该显示已安装。 具体实现的话,可以在安装最后阶段创建一个代表完成的文件,这样,中途中断的就能被识别到了。 **Screenshots[optional]** ![image](https://github.com/version-fox/vfox/assets/97490782/13659612-7603-4d5b-8345-a67adf3813f6)

bug

能否支持cuda cudnn

enhancement