We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如果手动删除了创建的容器与clone的代码库,再执行smartide remove ${workspace_id}或者smartide remove -y -f后,执行smartide ls发现对应的workspace仍然存在,除非手动删除~/.ide/才能删除记录
smartide remove ${workspace_id}
smartide remove -y -f
smartide ls
~/.ide/
The text was updated successfully, but these errors were encountered:
@chileeb 跟进一下,我记得这个我问题已经处理过。 @JJLAAA cli的逻辑应该是 - 如果发现对应ws的底层目录或者容器都不在了,在你执行 remove -fy 的时候会直接清除记录,这样smartide list 就不会再出现这个ws了。
Sorry, something went wrong.
补充:
smartide remove ${ws_id}
v0.1.17.3267
chileeb
No branches or pull requests
如果手动删除了创建的容器与clone的代码库,再执行
smartide remove ${workspace_id}
或者smartide remove -y -f
后,执行smartide ls
发现对应的workspace仍然存在,除非手动删除~/.ide/
才能删除记录The text was updated successfully, but these errors were encountered: