From 0c20f35aa1073de03f45c70a6914160737e574a2 Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Halili Date: Thu, 18 Jul 2024 17:38:21 +0800 Subject: [PATCH] chore(vscode): update workspace config Signed-off-by: Andrei Jiroh Halili --- .vscode/settings.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 98482db..be3b778 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -12,5 +12,11 @@ ], "yaml.schemas": { "https://raw.githubusercontent.com/devfile/api/v2.2.0/schemas/latest/devfile.json": "file:///workspaces/ajhalili2006/api-servers/.devfile.yml" - } + }, + "conventionalCommits.scopes": [ + "golinks", + "global", + "github-actions" + ], + "dotenv.enableAutocloaking": false } -- 2.51.2