From a0247cf2a20dabf01a5f50c7889edb50fda9854a Mon Sep 17 00:00:00 2001 From: Florian Oswald Date: Sat, 24 Jan 2026 10:24:32 +0100 Subject: [PATCH 1/2] moved comment to next line --- apps/vscode/snippets/quarto.code-snippets | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/vscode/snippets/quarto.code-snippets b/apps/vscode/snippets/quarto.code-snippets index 14af32d9..f54f98ed 100644 --- a/apps/vscode/snippets/quarto.code-snippets +++ b/apps/vscode/snippets/quarto.code-snippets @@ -141,7 +141,8 @@ "::: {.column}", ":::", - "::: " + ":::", + "" ], "description": "Insert two columns" @@ -160,7 +161,8 @@ "::: {.column}", ":::", - "::: " + ":::", + "" ], "description": "Insert three columns" } From ea0627dc7f90429e8990d1d6acbd6a01e23b71b3 Mon Sep 17 00:00:00 2001 From: elliot Date: Tue, 27 Jan 2026 16:05:54 -0500 Subject: [PATCH 2/2] Add changelog entry --- apps/vscode/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/vscode/CHANGELOG.md b/apps/vscode/CHANGELOG.md index f256a236..6c5f6f9d 100644 --- a/apps/vscode/CHANGELOG.md +++ b/apps/vscode/CHANGELOG.md @@ -6,6 +6,7 @@ - Fixed a bug where the `autoDetectColorScheme` setting could cause equation previews to have a dark text on dark background and vice versa (). - Fix a regression where bash cell execution does not work (). - Fix cell formatting sometimes deleting code at the end of the cell (). +- Fix columns2 and columns3 snippets leaving `:::` in the document (). ## 1.128.0 (Release on 2026-01-08)