From 6ff2360f8433e17cff6c6f1e0d5a3327282b45cc Mon Sep 17 00:00:00 2001 From: wallzero Date: Thu, 9 Oct 2025 10:30:05 -0700 Subject: [PATCH 1/2] Update extensions.json add https://github.com/Durandal14/vscode-extension-dbml-viewer --- extensions.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extensions.json b/extensions.json index 8c0b8699a..27793e227 100644 --- a/extensions.json +++ b/extensions.json @@ -280,6 +280,9 @@ "dunstontc.viml": { "repository": "https://github.com/dunstontc/viml" }, + "Durandal14.vscode-extension-dbml-viewer": { + "repository": "https://github.com/Durandal14/vscode-extension-dbml-viewer" + }, "dylan-foundry.vscode-dylan": { "repository": "https://github.com/dylan-lang/vscode-dylan" }, From e0c63511f77126c52c1c2d7f80f28bb35e2a5bfc Mon Sep 17 00:00:00 2001 From: wallzero Date: Thu, 9 Oct 2025 10:36:31 -0700 Subject: [PATCH 2/2] Update extensions.json fix name --- extensions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions.json b/extensions.json index 27793e227..fdd6b6ec8 100644 --- a/extensions.json +++ b/extensions.json @@ -280,7 +280,7 @@ "dunstontc.viml": { "repository": "https://github.com/dunstontc/viml" }, - "Durandal14.vscode-extension-dbml-viewer": { + "nicolas-liger.dbml-viewer": { "repository": "https://github.com/Durandal14/vscode-extension-dbml-viewer" }, "dylan-foundry.vscode-dylan": {