mohuishou 请问该如何设置,小白一枚
WayneTian42 只需要在vscode中执行以下 install path 就可以了,确保终端下执行 code . 可以打开 vscode,一般不需要其他设置
code .
mohuishou 还是没懂,能不能给张截图说明一下
mohuishou 为啥打开的是一个空文件 在历史项目的文件夹下面
天天写bug 看你的路径是否存在
天天写bug
fogmoon
Kewin
知道问题了,应该是 windows 和 mac/linux 差异导致的,晚点修复一下
可以关注一下 github 论坛上提反馈,很少看的 https://github.com/mohuishou/utools
大佬,我这里win上面的路径开头是file:///c%3A/,有三个///的,正则之删除了两个//呀
fogmoon 打开目录的路径就不对了,前面多了/
历史搜索打开是新建一个文件。而不是打开原来的项目
mohuishou 已修复: https://github.com/mohuishou/utools/releases
看了下源码,为什么把WSL的workspace排除了呢?
HTTTY 最新版已支持
fix(vsc): 修复 code 命令无法打开项目 #15 #16
赞~
vscode 1.55 没法用了
get files() { let data = JSON.parse(fs_1.readFileSync(this.storage).toString()); let files = data.openedPathsList.entries || []; return [...new Set(files)].map((file) => { if ("folderUri" in file) { file = file.folderUri; } else if ("fileUri" in file) { file = file.fileUri; } else if ("workspace" in file) { file = file.workspace.configPath; } return decodeURIComponent(file); }); }
自己搞定了
squallliu 最新版已经修复了
mohuishou workspace 没处理,都显示的 object