Skip to content

GLSP-1700: Introduce uuid helper#519

Open
tortmayr wants to merge 1 commit into
masterfrom
GLSP-uuid-helper
Open

GLSP-1700: Introduce uuid helper#519
tortmayr wants to merge 1 commit into
masterfrom
GLSP-uuid-helper

Conversation

@tortmayr

Copy link
Copy Markdown
Contributor

What it does

  • Add shared uuid util to protocol package. Consuming packages should use the helper when needing uuids instead of depending on their own uuid version
  • Update code-base to consistently use new helper
  • Update eslint config to restrict direct 'uuid' imports and adjust import rules for examples

Fixes eclipse-glsp/glsp#1700

How to test

Follow-ups

Changelog

  • This PR should be mentioned in the changelog
  • This PR introduces a breaking change (if yes, provide more details below for the changelog and the migration guide)

- Add shared uuid util to protocol package.
  Consuming packages should use the helper when needing uuids
  instead of depending on their own uuid version
- Update code-base to consistently use new helper
- Update eslint config to restrict direct 'uuid' imports
  and adjust import rules for examples

Fixes eclipse-glsp/glsp#1700
@github-actions

Copy link
Copy Markdown
Contributor

Preview: Open browser example

Deployed from commit 5bda615.

@tortmayr tortmayr requested a review from haydar-metin June 16, 2026 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Centralize uuid generation

1 participant