Add VS Code sidebar for local ClickHouse server management#8
Open
sdairs wants to merge 3 commits intoClickHouse:mainfrom
Open
Add VS Code sidebar for local ClickHouse server management#8sdairs wants to merge 3 commits intoClickHouse:mainfrom
sdairs wants to merge 3 commits intoClickHouse:mainfrom
Conversation
Adds a GitHub Actions workflow (release-vscode.yml) that builds platform-specific .vsix packages with the clickhouse-lsp binary bundled inside, following the rust-analyzer pattern. Triggered by version tags (v*) or manual dispatch. Platforms: linux-x64, linux-arm64, darwin-x64, darwin-arm64, win32-x64, win32-arm64. Also updates the extension to prefer the bundled server binary before falling back to $PATH lookup. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add --pre-release flag to vsce package/publish so all releases show as experimental in the VS Code Marketplace - Add packages/vscode/README.md for the marketplace page, with a prominent experimental warning banner - Bump engines.vscode to ^1.80.0 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ousectl Adds a ClickHouse activity bar panel with two tree views: - **Local Servers**: Create, start, stop, and delete local ClickHouse servers scoped to the current workspace. Includes LSP connection bridge (click to connect LSP to a running server) and .env export for connection details. Workspace-aware with project initialization via `chctl local init`. - **Installed Versions**: List, install, remove, and set default ClickHouse versions (system-global). Inline star button to set active version. Features: - Automatic clickhousectl CLI detection with install prompt - JSON output parsing for reliable data from chctl - ClickHouse logo SVG for activity bar and language icon - Context-aware welcome content (no workspace, not initialized, no servers) - File watcher for .clickhouse directory to detect external init - Debug output channel (ClickHouse CTL) for troubleshooting - Launch configuration for Extension Development Host Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
clickhousectlCLI.envchctl local initwhen needed--jsonoutput from chctl for reliable parsingTest plan
code --extensionDevelopmentPath=packages/vscode).clickhousedir (should show "Initialize" prompt).env, verify file contents🤖 Generated with Claude Code