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
@@ -56,6 +56,20 @@
]
},
"WRN layout": {
"prefix": ["wrn-layout", "layout"],
"description": "Create a WRN layout",
"body": [
"layout ${1:LayoutName} {",
" view {",
" <main>",
" {content}",
" </main>",
" }",
"}"
]
},
"WRN state": {
"prefix": ["wrn-state", "state"],
"description": "Create reactive state",