From ba30579b6185778d7f540a836ddb79168f416e7d Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Halili Date: Fri, 29 Nov 2024 02:34:23 +0800 Subject: [PATCH] chore(vscode): :wrench: update workspace settings maybe remove sqltools.connections section later since it is dev specific Signed-off-by: Andrei Jiroh Halili --- .vscode/settings.json | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 2d1b0ed..d3463df 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -17,7 +17,18 @@ "apps/golinks-v2/dev-manifest.yml" ] }, - "conventionalCommits.scopes": ["golinks", "global", "github-actions"], + "conventionalCommits.scopes": [ + "golinks", + "global", + "github-actions", + "deps", + "website-api", + "oauth-helpers", + "stdlib", + "docs", + "issue-forms", + "vscode" + ], "dotenv.enableAutocloaking": false, "sqltools.connections": [ { @@ -27,5 +38,9 @@ "name": "d1-localdev-go" } ], - "sqltools.useNodeRuntime": true + "sqltools.useNodeRuntime": true, + "deno.enablePaths": [ + "./apps/website-api" + ], + //"deno.enable": true, } -- 2.51.2