Skip to content

Releases: joncodeofficial/vscode-console-warrior

v1.3.31

09 Feb 21:22

Choose a tag to compare

1.3.31 (2026-02-09)

  • fix: add webview panel to view console messages in a dedicated side panel (a161ba6)
  • fix: use ID-based message store for copy button to support large JSON outputs (4efcc81)

v1.3.30

28 Dec 19:09

Choose a tag to compare

1.3.30 (2025-12-28)

  • fix: add copy button to hover messages for console output (37f4bd8)
  • fix: properly close WebSocket server on extension deactivation (f9340b2)
  • chore: add SECURITY.md (ffcafa3)

v1.3.29

13 Dec 15:33

Choose a tag to compare

1.3.29 (2025-12-13)

  • fix: normalize paths to lowercase for case sensitivity on windows (3d26905)
  • chore: update README (21843f2)

v1.3.28

06 Dec 22:57

Choose a tag to compare

1.3.28 (2025-12-06)

  • fix: feat autodetect port in vite (226ebb3)
  • fix: implement workspace-scoped decorator isolation for multi-project support (47c52fa)
  • refactor: code structure (31cf1fe)
  • refactor: new function to detect vite projects (bba54d5)
  • refactor: remove connectToPort Command because is innecesary now (8b7f043)
  • chore: fix package.json to include all package.json files in the workspace (2704d4e)
  • chore: remoce comments in prod (99ed93f)

v1.3.27

19 Oct 21:05

Choose a tag to compare

1.3.27 (2025-10-19)

  • fix: enhance WebSocket connection handling with reconnect and auto-recovery (d7e5dde)
  • fix: update WebSocket port to match new configuration (bf61c59)
  • chore: update description to include all console message types (09f61aa)

v1.3.26

27 Sep 12:33

Choose a tag to compare

1.3.26 (2025-09-27)

  • chore: add eslint-plugin-unused-imports dependency (15e75c5)
  • chore: add subject-case rule to commitlint configuration (29a2424)
  • chore: move ESLint step to run before building the extension (6125a17)
  • chore: update ESLint configuration for improved readability and consistency (b9a4800)
  • chore: update ESLint rules to enforce stricter error handling (7b0788b)
  • refactor: add function to barrel file (a519c82)
  • refactor: code structure (ff76929)
  • refactor: code structure (9436467)
  • refactor: implement hoverMessageProvider for enhanced hover functionality (c4428c3)
  • refactor: move CONSOLE_COMMENTS_REGEX into the function hasValidConsole (e4ab008)
  • refactor: replace createHoverProvider with hoverMessageProvider for improved hover functionality (f03bd54)
  • refactor: simplify error handling in WebSocket message parsing (23cf77c)
  • fix: bug in hasDependencies function when it has few dependencies (0514160)
  • fix: improve Remove decorator behavior (4b1839d)
  • fix: MAX_DECORATIONS constant is now 500 (bff9b47)

v1.3.25

20 Sep 16:05

Choose a tag to compare

1.3.25 (2025-09-20)

  • fix: โšก implement hover provider for console messages. fixing problems with performance (8f3ed1c)
  • refactor: correct import and usage of CONSOLE_COMMENTS_REGEX in hasValidConsole function (68c3e65)
  • refactor: remove commented out timeEnd color from decorator colors (79578f2)
  • style: fix width hover message (100a474)

v1.3.24

18 Sep 20:53

Choose a tag to compare

1.3.24 (2025-09-18)

  • fix: improve hover message formatting in renderDecorations (b8d8ecd)

v1.3.23

17 Sep 20:18

Choose a tag to compare

1.3.23 (2025-09-17)

  • fix: update README and deploy new version (b665841)

v1.3.22

17 Sep 19:59

Choose a tag to compare

1.3.22 (2025-09-17)

  • chore: add header-max-length rule to commitlint. 200 lines now (66b386d)
  • chore: add installation and publishing steps for Open VSX Registry (a8316a2)
  • fix: update file extensions for better compatibility with mjs and mts (45e8bbe)