Conversation
added 3 commits
February 14, 2026 17:42
- Removed obsolete validator tests to streamline testing suite. - Updated visualization interaction tests for improved null safety. - Enhanced visualization panel to handle circular references and added type safety. - Revamped SysML syntax highlighting rules for better accuracy and coverage. - Introduced devcontainer configuration for consistent development environment. - Added MCP configuration for server integration in VSCode. - Created snippets for common SysML constructs to improve developer productivity. - Implemented LSP client for managing language server lifecycle and commands. - Added server launcher to handle ESM compatibility in the language server. - Developed integration tests for LSP client to ensure core functionality. - Defined TypeScript types for sysml-v2-lsp package to improve type safety.
…ogic, and keyword utilities - Deleted SysMLDefinitionProvider and SysMLDocumentSymbolProvider as they are no longer needed. - Removed SysMLCodeActionProvider and associated keyword suggestion logic. - Eliminated SysMLValidator and its validation methods, including syntax and keyword typo checks. - Cleaned up visualization panel to handle updates more efficiently when hidden.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Extension refactored using LSP created: https://github.com/daltskin/sysml-v2-lsp