-
Notifications
You must be signed in to change notification settings - Fork 114
H-5839, FE-488: Petrinaut: LSP-like interface for Diagnostics and Code Editor #8300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
kube
merged 22 commits into
main
from
cf/h-5839-create-an-lsp-and-re-use-in-monaco-editor
Feb 28, 2026
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
5deb1cb
H-5839: Extract Monaco setup into dedicated module with async loading
kube 16ab539
H-5839: Consolidate checker into self-contained module
kube 61de262
H-5839: Fix import paths after checker move and remove debug delay
kube 27509b8
H-5839: Move checker to WebWorker with JSON-RPC protocol
kube 3eb9d44
H-5839: Bundle TypeScript into worker and remove CDN/polyfill workaro…
kube be47f6c
H-5839: Remove @dnd-kit and feature flags
kube 806b1c7
H-5839: Remove rollup-plugin-visualizer dependency
kube 56eba32
H-5839: Wire checker diagnostics into Monaco editors as inline markers
kube 0ef8aa7
H-5839: Add completions, hover, and signature help providers to Monac…
kube bc53261
H-5839: Adopt LSP-like protocol and reuse TS LanguageService across S…
kube 201124e
H-5839: Adopt vscode-languageserver-types for standard LSP protocol t…
kube f98b7d2
H-5839: Add changeset for LSP language service layer
kube b1ef02a
H-5839: Modernize LanguageClientProvider to React 19 patterns
kube c36007d
H-5839: Fix ESLint errors across checker and Monaco sync components
kube edf90bf
H-5839: Consolidate document URI mapping into single shared module
kube 441087f
H-5839: Extract TS-to-LSP conversion functions into testable module
kube e6188e6
H-5839: Rename checker/ to lsp/ and checker.worker to language-server…
kube 65446c0
H-5839: Fix position mapping to use user content instead of prefix+co…
kube 088e22b
H-5839: Reset LanguageClientProvider when petriNetId changes
kube 8c61cd0
Lint
kube fdc56a8
H-5839: Sync document content to worker before LSP requests
kube d86a788
H-5839: Clamp `positionToOffset` to `text.length` for symmetry with `…
kube File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@hashintel/petrinaut": minor | ||
| --- | ||
|
|
||
| Add LSP-based language service layer for Monaco code editors with diagnostics, completions, hover, and signature help |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.