Skip to content

Conversation

@observerw
Copy link
Collaborator

Summary

  • Added Deno LSP client implementation in src/lsp_client/clients/deno/.
  • Includes client class, models, and extension for Deno-specific functionality.

@observerw
Copy link
Collaborator Author

@copilot review

Copy link
Contributor

Copilot AI commented Dec 20, 2025

@observerw I've opened a new pull request, #6, to work on those changes. Once the pull request is ready, I'll request review from you.

Copy link
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 adds comprehensive support for the Deno Language Server Protocol (LSP) client, including Deno-specific custom capabilities and experimental features. The implementation introduces protocol extensions for experimental capabilities and provides a full-featured Deno client with support for TypeScript/JavaScript development.

  • Adds ExperimentalCapabilityProtocol to support LSP experimental capabilities
  • Implements Deno LSP client with custom requests/notifications and testing API
  • Includes comprehensive models for Deno-specific protocol extensions

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
src/lsp_client/protocol/capability.py Adds ExperimentalCapabilityProtocol for LSP experimental capabilities support
src/lsp_client/protocol/init.py Exports the new ExperimentalCapabilityProtocol
src/lsp_client/capability/build.py Updates capability builder to register experimental capabilities
src/lsp_client/clients/deno/models.py Defines comprehensive Deno LSP models including requests, responses, and notifications
src/lsp_client/clients/deno/extension.py Implements Deno-specific protocol extensions with request/notification handlers
src/lsp_client/clients/deno/client.py Core Deno LSP client implementation with initialization and installation logic
src/lsp_client/clients/deno/init.py Exports Deno client and server classes
src/lsp_client/clients/deno/README.md Documents Deno LSP custom capabilities and usage

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

observerw and others added 5 commits December 21, 2025 00:20
- Simplify ensure_installed method to use only the official shell script
- Remove fallback installation methods for cleaner implementation
- Use curl -fsSL https://deno.land/install.sh | sh for installation
- Add missing subprocess import
- Ensure proper shell command execution for piped install script
- Replace DockerServer with ContainerServer for consistency
- Add create_default_server method following standard pattern
- Update __init__.py to export DenoContainerServer
- Remove unused DenoLocalServer and DenoDockerServer partials
- Follow the same import and structure patterns as other clients
@observerw observerw marked this pull request as ready for review December 20, 2025 18:59
@observerw observerw merged commit 8faa3dd into main Dec 20, 2025
2 of 4 checks passed
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.

2 participants