mnespor / vscode-color-identifiers-mode

GNU General Public License v3.0
14 stars 3 forks source link

Colorize all visible editors instead of active one #15

Open sr-tream opened 1 month ago

sr-tream commented 1 month ago

This PR addresses two issues:

  1. Only the active editor was colorized when opening a workspace with multiple editors.
  2. Editors could lose colorization during certain operations.

Changes:

Note: Removed 'just-debounce' from dependencies, updating package.json.