Han Li
Han Li
想不出来怎么离线安装哈哈哈哈, 后面可能会支持导入第三方安装的包
You didn't hook `vfox` correctly. Please see following docs: https://vfox.lhan.me/zh-hans/guides/quick-start.html#_2-%E6%8C%82%E8%BD%BDvfox%E5%88%B0%E4%BD%A0%E7%9A%84shell https://vfox.lhan.me/zh-hans/guides/faq.html#%E5%88%87%E6%8D%A2xxx%E4%B8%8D%E7%94%9F%E6%95%88-vfox-use%E5%91%BD%E4%BB%A4%E4%B8%8D%E7%94%9F%E6%95%88
Are you interested in raising a PR? Plugin Development Doc: https://vfox.lhan.me/plugins/create/howto.html
This also involves the issue of whether there are permissions. In addition, The default permissions granted now are 0755. Since we are allowed to change `VFOX_HOME`, we should also consider...
> Regarding permissions, currently, only errors related to insufficient permissions are being returned. > > As for #51, regarding the potential support for multiple users sharing the `VFOX_HOME` directory, this...
这个目前没有精力去跟进, 等插件重构完之后, python插件会单独拆分为一个库进行维护(到时候所有的插件都是). 到呢时候在跟进插件的具体问题. 另外, 我在写python插件的时候, 因为我对于python的使用很单一, 而且不频繁. 所以后面可能需要经常使用python的贡献者去跟进和维护它.
It may be related to #149 You can try it again after 0.3.0 released.
没有复现出来.  > 安装 java、go 是可以的,全局配置正常生效,maven 不行 这可就太奇怪了.哈哈哈哈, 对vfox而言, 他们三个都是一样的. 你可以新开tab之后, 执行一下`vfox activate zsh` 看看path里有maven吗
@zhylmzr > 检查是否存在 `~/.tool-versions` 文件,如果存在请移除。我发现是因为用户主目录下的文件覆盖掉了全局的设置(不清楚用户主目录下的.tool-versions是怎么生成的) 正常情况下, 使用`vfox use -p `会在当前目录下生成`.tool-versions`文件. > > 是否应该增加一个行为在 `Record.Save` 时过滤掉路径是用户主目录的SDK,因为如果存在主目录SDK配置,全局下的`~/.version-fox/.tool-versions`相同SDK会被覆盖掉。如果可以我能提一个pr 应该不是这的问题, `.tool-versions`的优先级目前是: 当前目录下>临时目录>全局目录 > 是这个原因,而且 `~/.tool-versions` 文件中只有 go 的版本信息 @jingbai-code 如果当前目录下.tool-versions只有go, 那不会影响你全局的maven的...