{"id":22546506,"url":"https://github.com/deephaven/vscode-deephaven","last_synced_at":"2026-03-05T20:53:53.283Z","repository":{"id":243303766,"uuid":"807829799","full_name":"deephaven/vscode-deephaven","owner":"deephaven","description":"Deephaven Visual Studio Code Extension","archived":false,"fork":false,"pushed_at":"2026-02-27T22:35:42.000Z","size":44999,"stargazers_count":4,"open_issues_count":46,"forks_count":3,"subscribers_count":13,"default_branch":"main","last_synced_at":"2026-02-28T03:48:47.360Z","etag":null,"topics":["deephaven","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deephaven.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2024-05-29T21:18:56.000Z","updated_at":"2026-02-27T18:53:24.000Z","dependencies_parsed_at":"2025-12-06T10:07:34.637Z","dependency_job_id":null,"html_url":"https://github.com/deephaven/vscode-deephaven","commit_stats":null,"previous_names":["deephaven/vscode-deephaven"],"tags_count":68,"template":false,"template_full_name":null,"purl":"pkg:github/deephaven/vscode-deephaven","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deephaven%2Fvscode-deephaven","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deephaven%2Fvscode-deephaven/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deephaven%2Fvscode-deephaven/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deephaven%2Fvscode-deephaven/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deephaven","download_url":"https://codeload.github.com/deephaven/vscode-deephaven/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deephaven%2Fvscode-deephaven/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30149890,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T16:58:46.102Z","status":"ssl_error","status_checked_at":"2026-03-05T16:58:45.706Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deephaven","vscode-extension"],"created_at":"2024-12-07T15:08:02.113Z","updated_at":"2026-03-05T20:53:53.255Z","avatar_url":"https://github.com/deephaven.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deephaven VS Code Extension\n\nThis is the official Deephaven extension for Visual Studio Code. Use it to run queries against running Deephaven servers from VS Code directly. The extension supports both Deephaven [Community](https://deephaven.io/core/docs/) and [Enterprise](https://deephaven.io/enterprise/docs/) servers.\n\n## About Deephaven\n\n[Deephaven](https://deephaven.io/) is a high-performance time-series database, complemented by a full suite of APIs and an intuitive user experience. Deephaven integrates with Java / Groovy, Python, R, C#, and C++ applications and libraries, as well as open-source data and ML technologies. It is a complete data system that empowers your team to build analyses, models, algos, reports, and dashboards very quickly. It excels at churning through massive real-time data sets, and performing analysis on historical or alternative data sets.\n\n## Installation\n\nInstall the Deephaven VS Code extension from one of two places:\n\n- The [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=deephaven.vscode-deephaven)\n- VS Code's built-in extension browser\n\nA search for `Deephaven` in either place will yield the Deephaven VS Code extension as the first result.\n\n![Install Deephaven VS Code Extension](docs/assets/install-pre-release.png)\n\nOnce installed, the Deephaven icon will show up in the activity bar on the left side of VS Code:\n\n![VS Code Activity Bar](docs/assets/dh-activity-bar.gif)\n\nBy default, the extension is only configured to connect to a single Community server hosted at `http://localhost:10000`. See more about adding, removing, and updating servers in the [Configuration](docs/configuration.md) docs.\n\n## Features\n\n### Run Deephaven Queries\n\nRun Deephaven queries from local scripts against Deephaven Community and Enterprise servers. See the [Usage documentation](docs/usage.md) for details:\n\n![Run Deephaven file](docs/assets/dhc-connect-to-server.gif)\n\n### Run Markdown Codeblocks\n\nRun Deephaven code blocks from markdown files. See the [Usage documentation](docs/usage.md#markdown-code-blocks) for details:\n\n![Run Markdown codeblock](docs/assets/markdown-codeblocks.png)\n\n### Manage Deephaven Servers\n\nManage pip installed Deephaven Community servers. See the [Managed pip Servers documentation](docs/workspace-setup.md#managed-pip-servers-community-only) for details:\n\n![Manage pip server](docs/assets/start-pip-server.png)\n\n### Manage Credentials\n\nManage private / public server keys. See the [Private / Public Key Pair Login documentation](docs/enterprise-auth.md#private--public-key-pair-login) for details:\n\n![Manage keys](docs/assets/dhe-generate-keypair.gif)\n\n### Model Context Protocol (MCP) Support\n\nEnable AI assistants in VS Code and VS Code-based IDEs (like Windsurf) to interact with the Deephaven VS Code extension programmatically, and through it, with Deephaven servers. See the [MCP documentation](docs/mcp.md) for details.\n\n## Documentation\n\n- [Installation](docs/installation.md)\n- [Usage](docs/usage.md)\n- [Configuration](docs/configuration.md)\n- [Workspace Setup](docs/workspace-setup.md)\n- [Panels](docs/panels.md)\n- [Model Context Protocol (MCP)](docs/mcp.md)\n- [MCP Tool Guide](docs/mcp-tools.md)\n- [Python Remote File Sourcing](docs/python-remote-file-sourcing.md)\n- [Troubleshooting](docs/troubleshooting.md)\n- [Data Storage](docs/data-storage.md)\n- [Contributing](CONTRIBUTING.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeephaven%2Fvscode-deephaven","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeephaven%2Fvscode-deephaven","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeephaven%2Fvscode-deephaven/lists"}