Skip to content

feat(vscode): ability to stop server#4775

Merged
benfdking merged 1 commit intomainfrom
add_command_to_stop_lsp
Jun 21, 2025
Merged

feat(vscode): ability to stop server#4775
benfdking merged 1 commit intomainfrom
add_command_to_stop_lsp

Conversation

@benfdking
Copy link
Copy Markdown
Contributor

No description provided.

@benfdking benfdking requested a review from Copilot June 20, 2025 20:27
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR implements a new feature to stop the LSP server within the VSCode extension.

  • Adds a new test to verify the stop server functionality.
  • Introduces a new command and its implementation to stop the LSP server.
  • Updates the package.json to register the new "SQLMesh: Stop Server" command.

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
vscode/extension/tests/stop.spec.ts New test verifying the stop server functionality.
vscode/extension/src/extension.ts Imports and registers the new stop command.
vscode/extension/src/commands/stop.ts Implements stop command to stop the LSP server.
vscode/extension/package.json Registers the stop command in the extension menu.

@benfdking benfdking merged commit fca8a3f into main Jun 21, 2025
25 checks passed
@benfdking benfdking deleted the add_command_to_stop_lsp branch June 21, 2025 18:40
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.

3 participants