Loading
chore: Bump LSP version to 9.3.0
Summary
This change updates the @gitlab-org/gitlab-lsp package (GitLab's Language Server Protocol library) from version 9.2.0 to 9.3.0. Both the main package configuration file (package.json) and the lock file (package-lock.json) are updated to reflect the new version, ensuring the project pulls in the latest release of this dependency.
Related Issues
Resolves N/A
How has this been tested?
-
Ifsrc/browserorsrc/commonhas been modified, please consider interoperability with the Web IDE. SeeRunning the Extension in WebIDE. -
Consider anend-to-end testfor significant new features that aren't covered by integration tests.
Screenshots (if appropriate)
What CHANGELOG entry will this MR create?
-
fix:Bug fix fixes - a user-facing issue in production - included in changelog -
feature:New feature - a user-facing change which adds functionality - included in changelog -
BREAKING CHANGE:(fix or feature that would cause existing functionality to change) - should bump major version, mentioned in the changelog - None - other non-user-facing changes
Edited by Dylan Bernardi