From 0c24daf5ba60906c93de9c2bfce069189203e996 Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Fri, 16 Feb 2024 17:37:55 +0100 Subject: [PATCH] enable new docs panel --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 130852f..ddb2cf2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,5 +10,6 @@ } ] }, - "dbt.enableNewLineagePanel": true + "dbt.enableNewLineagePanel": true, + "dbt.enableNewDocsPanel": true } \ No newline at end of file