Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions website/docs/docs/about-dbt-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
title: About the dbt VS Code extension
id: about-dbt-extension
description: "Bring all the speed and power of the dbt Fusion engine to your local development workflow."
sidebar_label: "About the dbt VS Code extension"
sidebar_label: "dbt VS Code extension"
image: /img/docs/extension/extension-marketplace.png
pagination_next: "docs/dbt-extension-features"
---

# About the dbt VS Code Extension <Lifecycle status="preview" />
# About the dbt VS Code extension <Lifecycle status="preview" />

The dbt VS Code extension brings a hyper-fast, intelligent, and cost-efficient dbt development experience to VS Code.
This is the only way to enjoy all the power of the <Constant name="fusion_engine" /> while developing locally.
Expand Down Expand Up @@ -76,8 +76,7 @@ After installation, you may want to configure the extension to better fit your d
1. Open the VS Code settings by pressing `Ctrl+,` (Windows/Linux) or `Cmd+,` (Mac).
2. Search for `dbt`. On this page, you can adjust the extension’s configuration options to fit your needs.

<Lightbox src="/img/docs/extension/dbt-extension-settings.png" width="30%" title="dbt extension settings within the VS Code settings."/>

<Lightbox src="/img/docs/extension/dbt-extension-settings.png" width="70%" title="dbt extension settings within the VS Code settings."/>

## Known limitations

Expand Down
7 changes: 4 additions & 3 deletions website/docs/docs/dbt-extension-features.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
title: dbt VS Code extension features and functionality
title: dbt extension features
id: dbt-extension-features
description: "The dbt VS Code extension is backed by the dbt Fusion engine and a powerful LSP."
sidebar_label: "dbt VS Code extension features"
sidebar_label: "dbt extension features"
pagination_next: "docs/install-dbt-extension"
image: /img/docs/extension/extension-features.png
---

# dbt VS Code extension features and functionality <Lifecycle status="preview" />
# dbt VS Code extension features and functionality <Lifecycle status="preview" />

The dbt VS Code extension is backed by the speed and power of the dbt Fusion engine and a dynamic Language Server Protocol (LSP) that enables enhanced workflows, faster development, and easy navigation.

The following extension features help you get more done, fast:
Expand Down
4 changes: 4 additions & 0 deletions website/docs/docs/fusion/install-fusion-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ dbtf --version

This location is automatically added to your path to easily execute the `dbtf` command, but it requires reloading your shell.

## Configure environment variables

After verifying the installation, you can configure environment variables to run commands in the terminal or using the VS Code extension buttons and menus. Refer to [Configure environment variables](/docs/fusion/install-dbt-extension#configure-environment-variables) for more information.

## Update Fusion

The following command will update to the latest version of Fusion and adapter code:
Expand Down
2 changes: 1 addition & 1 deletion website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ const sidebarSettings = {
"docs/cloud/about-cloud-develop-defer",
{
type: "category",
label: "dbt VS Code Extension",
label: "dbt VS Code extension",
collapsed: true,
link: { type: "doc", id: "docs/about-dbt-extension" },
items: [
Expand Down
Loading
Loading