Open Issues Need Help
View All on GitHubAI Summary: Extend the existing VSCode extension, Console Warrior, to support capturing and displaying console.warn and console.error messages in addition to console.log messages. This involves modifying the extension's logic to differentiate between the different console methods and render them with appropriate color-coding (orange for warnings, red for errors).
🚀 Visualize console.log messages directly inside your VSCode editor! Boost your debugging flow without ever leaving your code. 🛠️
AI Summary: Implement theme-aware styling for the decorators in the VSCode extension 'Console Warrior' to ensure readability in both light and dark modes. This involves adapting the decorator colors to the currently active VSCode theme, potentially using themeColor for dynamic color selection.
🚀 Visualize console.log messages directly inside your VSCode editor! Boost your debugging flow without ever leaving your code. 🛠️
AI Summary: Implement a feature in the VSCode extension 'Console Warrior' to remove decorators from `console.log` lines when their content is manually changed by the user. This requires detecting edits within `console.log` statements and removing the decorator if the content no longer matches the original logged value, ideally without a full file rescan for performance.
🚀 Visualize console.log messages directly inside your VSCode editor! Boost your debugging flow without ever leaving your code. 🛠️