You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error handling — replace console.error + process.exit(1) with thrown errors; add try-catch around package.json parse; skip .d.ts during text replacements
Cross-platform URI decoding — fix file:// URI decoding with decodeURIComponent; handle optional leading / in hover fallback
Converter robustness — balanced-parenthesis parsing for registerDocumentFormatProvider/registerDocumentRangeFormatProvider; graceful file.replaceWithText() failure handling; restrict severity regex to avoid false positives
Registry resilience — guard against clearing installed packages when remote registry returns empty; add console.warn on fetch failure
Pipeline fixes — fix platform placeholder comparison; use backtick-delimited git log parsing for special chars; refactor rimraf into spawnPromise helper; surface task failures via runConcurrent
TUI stability — add .catch() to async calls to prevent unhandled rejections; fix typo placehold → placeholder
loader.list output — escape single quotes in package names
Converter contributes fallback — resolve contributes from parent package.json when subdirectory has none