feat: restore gateway HMR and add WRN formatting

This commit is contained in:
2026-07-13 14:54:03 +05:30
parent 3b46c69601
commit cff420a29e
71 changed files with 727 additions and 119 deletions
+9 -3
View File
@@ -1,8 +1,8 @@
{
"name": "wrnexus",
"displayName": "WrNexus (.wrn)",
"description": "Syntax highlighting, diagnostics, snippets and completions for WrNexus .wrn files.",
"version": "0.1.0",
"description": "Syntax highlighting, formatting, diagnostics, snippets and completions for WrNexus .wrn files.",
"version": "0.2.0",
"publisher": "wrnexus",
"license": "MIT",
"repository": {
@@ -25,7 +25,8 @@
"categories": [
"Programming Languages",
"Snippets",
"Linters"
"Linters",
"Formatters"
],
"keywords": [
"wire",
@@ -90,6 +91,11 @@
"type": "boolean",
"default": true,
"description": "Show parse errors for .wrn files as you type."
},
"wrnexus.format.enable": {
"type": "boolean",
"default": true,
"description": "Enable the built-in formatter for .wrn files."
}
}
},