release: Vs Code New Extension with layout Support

This commit is contained in:
2026-07-14 15:37:02 +05:30
parent 56027531ef
commit e27c92e3b6
11 changed files with 1034 additions and 30 deletions
+14
View File
@@ -33,6 +33,20 @@ const BLOCK_COMPLETIONS = [
"}",
].join("\n"),
},
{
label: "layout",
detail: "WRN layout",
documentation: "Create a reusable WRN layout.",
snippet: [
"layout ${1:LayoutName} {",
" view {",
" <main>",
" {content}",
" </main>",
" }",
"}",
].join("\n"),
},
{
label: "seo",
detail: "SEO metadata block",