[Feature]: Support for project-level SDK soft links
Opened this issue · 0 comments
aooohan commented
Considering that some SDKs require a fixed project-level directory, vfox plans to create soft links for SDKs in the project directory, such as $WORK_SPACE/.vfox/sdk/nodejs. This behavior is not enabled by default and will only take effect when using the command vfox use --project --link nodejs@latest. vfox will prioritize adding the current path to the PATH.[/+]
vfox use -p python这个是项目级别,能否不使用临时目录的目录链接,而使用当前项目所在目录创建目录链接。这样每次进入项目,并使用项目级别指定版本后该目录路径永远不会改变。