Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel 2025-12-08 22:39:06 +08:00
parent 7a079ae551
commit 128f6dfec3
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -241,6 +241,8 @@ func getWorkspaces(c *gin.Context) {
return return
} }
logging.LogInfof("workspace paths [%+v]", workspacePaths)
var workspaces, openedWorkspaces, closedWorkspaces []*Workspace var workspaces, openedWorkspaces, closedWorkspaces []*Workspace
for _, p := range workspacePaths { for _, p := range workspacePaths {
logging.LogInfof("get workspace [%s]", p) logging.LogInfof("get workspace [%s]", p)