feat: support WRN imports and dynamic public shell

This commit is contained in:
2026-07-21 11:15:06 +05:30
parent 0013c0771d
commit 2ca2d02b22
82 changed files with 959 additions and 174 deletions
+7
View File
@@ -3,6 +3,13 @@
const vscode = require("vscode");
const BLOCK_COMPLETIONS = [
{
label: "import",
detail: "WRN server module import",
documentation:
"Import a package or module before the page, component, or layout declaration for server rendering.",
snippet: 'import { ${1:appUrl} } from "${2:@wrnexus/helpers}";\n\n$0',
},
{
label: "page",
detail: "WRN page",