Release v1.4.6

This commit is contained in:
lutc5
2026-05-06 12:43:55 +08:00
parent 4622dee883
commit 7eb68f8bdc
7 changed files with 47 additions and 5 deletions

View File

@@ -126,6 +126,7 @@ func candidateLingmaCacheDirs() []string {
if home, err := os.UserHomeDir(); err == nil && strings.TrimSpace(home) != "" {
dirs = append(dirs,
filepath.Join(home, ".lingma"),
filepath.Join(home, ".lingma", "vscode", "sharedClientCache"),
filepath.Join(home, ".config", "Lingma"),
filepath.Join(home, ".local", "share", "Lingma"),
)