RepoDatabricks (DBRX)Databricks (DBRX)published Jun 17, 2022seen 5d

databricks/databricks-vscode

TypeScript

Open original ↗

Captured source

source ↗
published Jun 17, 2022seen 5dcaptured 14hhttp 200method plain

databricks/databricks-vscode

Description: VS Code extension for Databricks

Language: TypeScript

License: NOASSERTION

Stars: 181

Forks: 38

Open issues: 100

Created: 2022-06-17T08:56:06Z

Pushed: 2026-06-04T12:54:35Z

Default branch: main

Fork: no

Archived: no

README:

Databricks extension for VSCode

| System | Status | | ---------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Build (main branch) | ![GitHub CI Status](https://github.com/databricks/databricks-vscode/actions/workflows/push.yml) ![codecov](https://codecov.io/gh/databricks/databricks-vscode) |

Introduction

This repository contains the source code for Databricks extensions for VSCode.

Currently, we have the following packages:

The VSCode extension for Databricks published to the VSCode marketplace.

Type definition of the public API of the VSCode extension.

Getting Started

Prepare yarn:

npm install -g yarn@2
yarn install

Prepare Databricks JavaScript SDK:

yarn run install:sdk

Prepare Databricks CLI:

yarn workspace databricks run package:cli:fetch

After that you are ready to build and test the databricks-vscode extension.

Found an issue?

If you find an issue/bug or have a feature request, please file an issue here: https://github.com/databricks/databricks-vscode/issues/new

Also please append the logs as per these instructions https://docs.databricks.com/dev-tools/vscode-ext.html#send-usage-logs-to-databricks.